Allow change of thumbnail size without restart

This commit is contained in:
2022-12-18 00:17:28 +01:00
parent 151f521688
commit e1bed8e1cb
5 changed files with 25 additions and 0 deletions
+2
View File
@@ -35,6 +35,7 @@ public:
ImageInfoData info() const;
bool isCurrent() const;
int number() const;
void clearThumbnail();
signals:
void pixmapLoaded(Image *ptr);
void thumbnailLoaded(Image *ptr);
@@ -80,6 +81,7 @@ public:
int imageCount() const;
QStringList imageNames() const;
void updateMark();
void clearThumbnails();
QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override;
QModelIndex parent(const QModelIndex &child) const override;