feat: add hidpi rounding policy option to setting dialog

This commit is contained in:
2023-07-10 01:07:01 +08:00
parent d4ded92734
commit 0e1635e0e7
5 changed files with 48 additions and 3 deletions

View File

@ -26,6 +26,7 @@ private:
QComboBox * m_doubleClickBehavior = nullptr;
QComboBox * m_mouseWheelBehavior = nullptr;
QComboBox * m_initWindowSizeBehavior = nullptr;
QComboBox * m_hiDpiRoundingPolicyBehavior = nullptr;
};
#endif // SETTINGSDIALOG_H