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
Johannes Hilden
09d2c6b1ec
Create stub files for menu settings editor
2017-10-15 16:48:56 +03:00
johanneshilden
8248df4efb
Add experimental Auto Complete component
2017-10-13 00:27:50 +03:00
johanneshilden
c082269a71
Add appbarsettingsform ui file
2017-10-11 20:18:39 +03:00
johanneshilden
5bdb7fd06d
Create stub for AppBar settings editor
2017-10-11 20:16:52 +03:00
johanneshilden
c8fbfb019d
Add PRE_TARGETDEPS variable again
2017-10-04 22:42:44 +03:00
johanneshilden
b1ab802c58
Change build TARGET to simply examples-exe
2017-10-04 18:59:58 +03:00
johanneshilden
fcc4b907a3
Set TARGET as absolute path
2017-10-04 17:08:05 +03:00
Francesco Perillo
cf26ceae63
Win32 build system
2017-10-04 15:08:13 +02:00
johanneshilden
6d96e6b1ae
Use <> in include statements instead of quotes for library headers
2017-10-04 13:56:50 +03:00
fperillo
8d6c4265dd
Moved CONFIG += c++11 to examples\examples.pro instead of qt-material-widgets.pro
2017-10-04 00:20:07 +02:00
johanneshilden
a65e32cd5d
Add PRE_TARGETDEPS qmake variable to .pro file to fix incremental builds
2017-10-01 16:36:00 +03:00
johanneshilden
a33d6dfa0c
Add ScrollBar settings editor and form files
2017-09-30 04:14:28 +03:00
johanneshilden
89354e65e6
Add Drawer component and examples
2017-09-30 03:20:12 +03:00
johanneshilden
f19cf511d1
Add Dialog
2017-09-30 02:40:00 +03:00
johanneshilden
f0c2df6f2c
Add Snackbar settings editor
2017-09-30 01:57:55 +03:00
johanneshilden
67c9da5516
Resolve merge conflict
2017-09-30 01:51:12 +03:00
johanneshilden
0566548062
Create ui form template for tabs
2017-09-30 01:44:29 +03:00
johanneshilden
286b1e1c10
Remove crappy components
2017-09-30 01:34:24 +03:00
johanneshilden
fa374a515b
Remove radio button from example project
2017-09-29 21:48:06 +03:00
johanneshilden
78828df357
Add Icon Menu
2017-09-29 21:17:44 +03:00
johanneshilden
3506bdba74
Add Select Field files
2017-09-29 20:54:41 +03:00
johanneshilden
44aad942d4
Add Tabs example
2017-09-29 20:43:19 +03:00
johanneshilden
c4c302ed6c
Add Text Field component
2017-09-29 20:15:25 +03:00
johanneshilden
49e565a916
Add Toggle component
2017-09-29 19:52:33 +03:00
johanneshilden
df78fc7b51
messed up the branch
2017-09-29 17:26:27 +03:00
johanneshilden
01567b39c8
Add slidersettingsform.ui
2017-09-29 17:10:59 +03:00
johanneshilden
231f01b5a6
Add Slider
2017-09-29 16:53:18 +03:00
johanneshilden
9f049a8f19
Merge in circular progress
2017-09-29 16:43:09 +03:00
johanneshilden
7fb6e882be
Add Progress component
2017-09-29 16:33:26 +03:00
johanneshilden
98c2b95a82
Implement Icon Button settings editor
2017-09-29 13:48:30 +03:00
johanneshilden
0acb21af2a
Add a bunch of buttons
2017-09-29 12:50:04 +03:00
johanneshilden
20357d05d0
Add Circular Progress component
2017-09-29 12:14:01 +03:00
johanneshilden
ae358e888c
Add Checkbox files again
2017-09-29 09:53:21 +03:00
johanneshilden
a669df832f
Reimplement Badge component
2017-09-29 01:01:01 +03:00
johanneshilden
3d96ff2ad7
Fix merge with cleanup branch
2017-09-29 00:36:16 +03:00
johanneshilden
8dfeac448e
Fix resource mess
2017-09-29 00:28:08 +03:00
johanneshilden
f994eb0d68
Add Avatar settings editor
2017-09-28 18:12:28 +03:00
johanneshilden
5e835c672a
Add resources
2017-09-28 17:13:39 +03:00
johanneshilden
17df7777db
Extra blank line is nice
2017-09-28 16:04:52 +03:00
johanneshilden
a19ead9728
Split project setup into executable and lib parts
2017-09-28 15:52:06 +03:00