Qt's support for widget styles and themes enables your application to fit in with the native desktop environment.
The widgets examples show how some of the widgets available in Qt might appear when configured to use the a particular style. Each style is only available on the respective platform, and provides native look and feel by integrating to the platform theme. Thus, the final appearance varies depending on the active theme.
The Windows style ("windows") is provided by QWindowsStyle. | |
The Windows Vista style ("windowsvista") is provided by QWindowsVistaStyle. | |
The macOS style ("macOS") is provided by QMacStyle. | |
The Fusion style ("fusion") is provided by QFusionStyle. |
The Styles example displays the following widgets:
The Calendar Widget example displays some additional widgets, here run on Windows 10 and macOS:
Calendar Widget example on Windows 10
Calendar Widget example on macOS
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/gallery.html