Commit Graph

7 Commits

Author SHA1 Message Date
caomengxuan666 a08314a2b9 feat: add support for Qt6 and fix compilation issues
- Replace deprecated QLayout::setMargin() with setContentsMargins().
- Replace QPalette::Foreground with QPalette::WindowText to adapt to Qt6's QPalette role changes.
- Ensure compatibility with both Qt5 and Qt6 to avoid API-related compilation errors.

Test Results:
- Successfully compiles and runs on both Qt5 and Qt6 environments.
- The fixes maintain functional consistency and do not introduce new issues.

This update improves cross-version compatibility and provides better support for future migration to Qt6.
2025-04-24 20:00:53 +08:00
johanneshilden 6d96e6b1ae Use <> in include statements instead of quotes for library headers 2017-10-04 13:56:50 +03:00
johanneshilden 4d7851aea7 Edit more label texts 2017-09-30 10:33:56 +03:00
johanneshilden b8088d64f8 Edit radio button labels 2017-09-30 10:10:07 +03:00
johanneshilden 7509f7c884 Fix alignment in radio button settings editor 2017-09-29 19:20:55 +03:00
johanneshilden 49ed0a2ed3 Add Radio Button files 2017-09-29 17:50:04 +03:00
johanneshilden df78fc7b51 messed up the branch 2017-09-29 17:26:27 +03:00