QQC2 Desktop Style Installation Instructions
It will be used when the environment variable QT_QUICK_CONTROLS_STYLE=org.kde.desktop
is exported, or from the following C++ code:
#include <QQuickStyle>
...
int main(int argc, char *argv[])
{
...
QQuickStyle::setStyle("org.kde.desktop");
...
}
Dependencies
- ECM 5.64.0 or later
- Qt5Quick
- Qt5Gui
- Qt5Widgets
- Qt5X11Extras in X11
- QuickControls2
- KConfig
- Kirigami2
- KIconThemes
- KConfigWidgets