org::kde::kirigami::ApplicationItem

Properties | |
alias | pageStack |
![]() | |
alias | __data |
Item | activeFocusItem |
Item | background |
color | color |
Item | contentItem |
OverlayDrawer | contextDrawer |
bool | controlsVisible |
font | font |
Item | footer |
OverlayDrawer | globalDrawer |
Item | header |
Locale | locale |
Item | menuBar |
alias | overlay |
Item | pageStack |
var | palette |
bool | reachableMode |
bool | reachableModeEnabled |
bool | wideScreen |
Additional Inherited Members | |
![]() | |
void | applicationWindow () |
void | hidePassiveNotification (index=0) |
void | showPassiveNotification (message, timeout, actionText, callBack) |
![]() | |
childAt (x, real y) | |
bool | contains (point) |
forceActiveFocus () | |
forceActiveFocus (reason) | |
bool | grabToImage (callback, targetSize) |
object | mapFromGlobal (x, real y) |
object | mapFromItem (item, point p) |
object | mapFromItem (item, real x, real y) |
object | mapFromItem (item, real x, real y, real width, real height) |
object | mapFromItem (item, rect r) |
object | mapToGlobal (x, real y) |
object | mapToItem (item, point p) |
object | mapToItem (item, real x, real y) |
object | mapToItem (item, real x, real y, real width, real height) |
object | mapToItem (item, rect r) |
nextItemInFocusChain (forward) | |
Detailed Description
An item that provides the features of ApplicationWindow without the window itself.
This allows embedding into a larger application. It's based around the PageRow component that allows adding/removing of pages.
Example usage:
Definition at line 74 of file ApplicationItem.qml.
Property Documentation
◆ pageStack
|
read |
This property holds the PageRow used to allocate the pages and 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.
- Warning
- This property is readonly.
Definition at line 88 of file ApplicationItem.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:14:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.