org::kde::kirigami::ApplicationWindow

Properties | |
alias | pageStack |
![]() | |
Kirigami | Action |
OverlayDrawer | contextDrawer |
bool | controlsVisible |
OverlayDrawer | globalDrawer |
Item | pageStack |
bool | reachableMode |
bool | reachableModeEnabled |
bool | wideScreen |
Additional Inherited Members | |
![]() | |
void | applicationWindow () |
void | hidePassiveNotification (index=0) |
void | showPassiveNotification (message, timeout, actionText, callBack) |
Detailed Description
A window that provides some basic features needed for all apps.
An application window is a top-level component that provides several utilities for convenience, such as:
- kirigami::AbstractApplicationWindow::applicationWindow()
- kirigami::AbstractApplicationWindow::globalDrawer
- kirigami::AbstractApplicationWindow::pageStack
- kirigami::AbstractApplicationWindow::wideScreen
Use this class only if you need custom content for your application that is different from the PageRow behavior recommended by the HIG and provided by kirigami::AbstractApplicationWindow.
Example usage:
Definition at line 87 of file ApplicationWindow.qml.
Property Documentation
◆ pageStack
|
read |
This property holds the PageRow that is used to allocate the pages and manage the transitions between them.
It implements useful features to control then shown pages such as:
- See also
- kirigami::PageRow
- Warning
- This property is not currently readonly, but it should be treated like it is readonly.
Definition at line 102 of file ApplicationWindow.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:07:14 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.