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

This commit is contained in:
2026-06-29 19:20:42 +08:00
parent 8f0d4da7ad
commit 1cbc1a3b72
11 changed files with 324 additions and 21 deletions
+1
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;