feat: cli argument to list supported image formats

This commit is contained in:
2024-07-28 16:16:20 +08:00
parent cd01a05f23
commit a6e31a2c4d
3 changed files with 24 additions and 7 deletions

View File

@ -47,6 +47,8 @@ public:
void galleryNext();
void galleryCurrent();
static QStringList supportedImageFormats();
protected slots:
void showEvent(QShowEvent *event) override;
void enterEvent(QT_ENTER_EVENT *event) override;