feat: option to limit svg support to svg tiny 1.2 only

This commit is contained in:
2025-12-02 00:04:12 +08:00
parent 08d1c09033
commit 1ba5ae60dc
23 changed files with 730 additions and 592 deletions

View File

@ -27,6 +27,7 @@ private:
QCheckBox * m_useLightCheckerboard = nullptr;
QCheckBox * m_loopGallery = nullptr;
QCheckBox * m_autoLongImageMode = nullptr;
QCheckBox * m_svgTiny12Only = nullptr;
QComboBox * m_doubleClickBehavior = nullptr;
QComboBox * m_mouseWheelBehavior = nullptr;
QComboBox * m_initWindowSizeBehavior = nullptr;