mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Add support for loading custom comic images
This commit is contained in:
@ -118,6 +118,7 @@ private:
|
||||
QLabel *coverPageNumberLabel;
|
||||
|
||||
QToolButton *resetCoverButton;
|
||||
QToolButton *loadCustomCoverImageButton;
|
||||
|
||||
void createTabBar();
|
||||
void createCoverBox();
|
||||
@ -144,6 +145,8 @@ private:
|
||||
bool updated;
|
||||
QString originalCoverSize;
|
||||
|
||||
QImage customCover;
|
||||
|
||||
public:
|
||||
PropertiesDialog(QWidget *parent = nullptr);
|
||||
QString databasePath;
|
||||
@ -171,6 +174,7 @@ public slots:
|
||||
void loadNextCover();
|
||||
void loadPreviousCover();
|
||||
void resetCover();
|
||||
void loadCustomCoverImage();
|
||||
void setCoverPage(int pageNumber);
|
||||
bool close();
|
||||
|
||||
|
Reference in New Issue
Block a user