org::kde::kirigami::ApplicationWindow

Properties | |
alias | pageStack |
![]() | |
OverlayDrawer | contextDrawer |
bool | controlsVisible |
OverlayDrawer | globalDrawer |
Item | pageStack |
Action | quitAction |
bool | reachableMode |
bool | reachableModeEnabled |
bool | wideScreen |
Additional Inherited Members | |
![]() | |
void | applicationWindow () |
void | hidePassiveNotification () |
void | showPassiveNotification (message, timeout, actionText, callBack) |
Detailed Description
A window that provides some basic features needed for all apps.
It's usually used as a root QML component for the application. It's based around the PageRow component, the application will be about pages adding and removal. For most of the usages, this class should be used instead of AbstractApplicationWindow
- See also
- AbstractApplicationWindow
Setting a width and height property on the ApplicationWindow will set its initial size, but it won't set it as an automatically binding. to resize programmatically the ApplicationWindow they need to be assigned again in an imperative fashion
Example usage:
Definition at line 86 of file ApplicationWindow.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Fri Jul 1 2022 05:18:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.