KStyleManager Namespace

Manager for Qt widget styles. More...

Header: #include <KStyleManager>
CMake: find_package(KF6 REQUIRED COMPONENTS ConfigWidgets)
target_link_libraries(mytarget PRIVATE KF6::ConfigWidgets)

Functions

(since 6.3) QAction *createConfigureAction(QObject *parent = nullptr)
(since 6.3) void initStyle()

Detailed Description

Function Documentation

[since 6.3] QAction *KStyleManager::createConfigureAction(QObject *parent = nullptr)

Creates an action to configure the current used style.

If the application is running using the KDE platform theme, this will just return a disabled and hidden action, else it will provide an action to show a menu to select the style to use for this applications.

This function was introduced in 6.3.

[since 6.3] void KStyleManager::initStyle()

Enforces the style configured by the user with fallback to the Breeze style.

(following the settings in the application configuration with fallback to kdeglobals)

Must be called after one has constructed the QApplication.

If the application is already using the KDE platform theme, the style will not be touched and the platform theme will ensure proper styling.

This function was introduced in 6.3.