ContextDrawer
Properties | |
listTAction | actions |
alias | footer |
bool | handleVisible |
alias | header |
string | title |
Properties inherited from org::kde::kirigami::templates::OverlayDrawer | |
bool | animating |
bool | collapsed |
int | collapsedSize |
bool | collapsible |
bool | drawerOpen |
Item | handle |
KTPIconPropertiesGroup | handleClosedIcon |
string | handleClosedToolTip |
KTPIconPropertiesGroup | handleOpenIcon |
string | handleOpenToolTip |
bool | handleVisible |
bool | peeking |
Public Member Functions | |
void | visibleActions () |
Detailed Description
A specialized type of drawer that will show a list of actions relevant to the application's current page.
Example usage:
Definition at line 45 of file ContextDrawer.qml.
Property Documentation
◆ actions
|
read |
List of contextual actions to be displayed in a ListView.
- See also
- QtQuick.Action
- org::kde::kirigami::Action
Definition at line 62 of file ContextDrawer.qml.
◆ footer
|
read |
Arbitrary content to show below the list view.
- Since
- 2.7
Definition at line 78 of file ContextDrawer.qml.
◆ handleVisible
|
read |
Definition at line 93 of file ContextDrawer.qml.
◆ header
|
read |
Arbitrary content to show above the list view.
default: an Item containing a Kirigami.Heading that displays a title whose text is controlled by the title property.
- Since
- 2.7
Definition at line 72 of file ContextDrawer.qml.
◆ title
|
read |
A title for the action list that will be shown to the user when opens the drawer.
default: qsTr("Actions")
Definition at line 54 of file ContextDrawer.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:21 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.