Add button for reseting the cover of a comic to the default one

This commit is contained in:
Luis Ángel San Martín
2025-05-09 15:23:00 +02:00
parent 97685dca73
commit 0457c08fca
4 changed files with 44 additions and 17 deletions

View File

@ -117,6 +117,8 @@ private:
QToolButton *showNextCoverPageButton;
QLabel *coverPageNumberLabel;
QToolButton *resetCoverButton;
void createTabBar();
void createCoverBox();
void createGeneralInfoBox();
@ -168,6 +170,8 @@ public slots:
void setSize(float size);
void loadNextCover();
void loadPreviousCover();
void resetCover();
void setCoverPage(int pageNumber);
bool close();
signals: