
Properties | |
alias | pageStack |
![]() | |
AbstractDrawer | contextDrawer |
bool | controlsVisible |
AbstractDrawer | globalDrawer |
var | header |
Item | pageStack |
bool | reachableMode |
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 AbstractApplicationWidnow
- See Also
- AbstractApplicationWidnow
Example usage:
Definition at line 96 of file controls/ApplicationWindow.qml.
Property Documentation
alias org::kde::kirigami::ApplicationWindow::pageStack |
pageStack: StackView Readonly.
The stack used to allocate the pages and to manage the transitions between them. It's using a PageRow, while having the same API as PageStack, it positions the pages as adjacent columns, with as many columns as can fit in the screen. An handheld device would usually have a single fullscreen column, a tablet device would have many tiled columns.
Definition at line 108 of file controls/ApplicationWindow.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2017 The KDE developers.
Generated on Fri Feb 17 2017 11:09:23 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.