feat: add option to provide a titlebar (default on)

This commit is contained in:
2026-06-29 19:17:23 +08:00
parent 6da53ced81
commit bbe5e485f4
11 changed files with 324 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ public slots:
private:
QCheckBox * m_stayOnTop = nullptr;
QCheckBox * m_useBuiltInCloseAnimation = nullptr;
QCheckBox * m_showTitleBar = nullptr;
QCheckBox * m_useLightCheckerboard = nullptr;
QCheckBox * m_loopGallery = nullptr;
QCheckBox * m_autoLongImageMode = nullptr;