feat: option to use light checkerboard by default

This commit is contained in:
2024-10-10 22:58:11 +08:00
parent 3a5ead8cc2
commit 470a29c38c
6 changed files with 27 additions and 5 deletions

View File

@ -23,6 +23,7 @@ public slots:
private:
QCheckBox * m_stayOnTop = nullptr;
QCheckBox * m_useLightCheckerboard = nullptr;
QComboBox * m_doubleClickBehavior = nullptr;
QComboBox * m_mouseWheelBehavior = nullptr;
QComboBox * m_initWindowSizeBehavior = nullptr;