WindowInsetsController QML Type

Import Statement: import org.kde.guiaddons
Since: 6.7
In C++: KWindowInsetsController

Properties

Detailed Description

Access to window insets colors.

On most platforms this does nothing, on Android it allows to customize the (top) status bar and (botton) navigation bar background colors, e.g. to match the current window or application colors.

Note that the foreground colors on Android are automatically chosen based on the background color.

Component.onComplete: {
    WindowInsetsController.statusBarBackgroundColor = Kirigami.Theme.backgroundColor;
    WindowInsetsController.navigationBarBackgroundColor = Kirigami.Theme.backgroundColor;
}

Property Documentation

Background color of the navigation bar.


statusBarBackgroundColor : color

Background color of the status bar.