mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Add button for reseting the cover of a comic to the default one
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user