org::kde::kirigami::GlobalDrawer

Properties | |
list< QtObject > | actions |
alias | bannerImageSource |
bool | bannerVisible |
bool | collapseButtonVisible |
alias | content |
Action | currentSubMenu |
Item | header |
bool | isMenu |
bool | resetMenuOnTriggered |
bool | showContentWhenCollapsed |
bool | showHeaderWhenCollapsed |
bool | showTopContentWhenCollapsed |
alias | title |
alias | titleIcon |
alias | topContent |
![]() | |
QtObject | __internal |
bool | animating |
bool | collapsed |
int | collapsedSize |
bool | collapsible |
bool | drawerOpen |
Item | handle |
string | handleClosedToolTip |
string | handleOpenToolTip |
bool | handleVisible |
P | IconPropertiesGroup |
bool | peeking |
Signals | |
void | bannerClicked () |
Public Member Functions | |
void | resetMenu () |
Detailed Description
A specialized form of the Drawer intended for showing an application's always-available global actions.
Think of it like a mobile version of a desktop application's menubar.
Example usage:
Definition at line 49 of file GlobalDrawer.qml.
Property Documentation
◆ actions
|
read |
This property holds the actions displayed in the drawer.
The list of actions can be nested having a tree structure. A tree depth bigger than 2 is discouraged.
Example usage:
Definition at line 114 of file GlobalDrawer.qml.
◆ bannerImageSource
|
read |
This property holds the banner image source.
Definition at line 75 of file GlobalDrawer.qml.
◆ bannerVisible
|
read |
This property sets drawers banner visibility.
If true, the banner area (which can contain an image, an icon, and a title) will be visible.
default: the banner will be visible only on mobile platforms
- Since
- 2.12
Definition at line 134 of file GlobalDrawer.qml.
◆ collapseButtonVisible
|
read |
This property sets the visibility of the collapse button when the drawer collapsible.
default: true
- Since
- 2.12
Definition at line 240 of file GlobalDrawer.qml.
◆ content
|
read |
This property holds items that are displayed under the actions.
- Remarks
- This is the default property
Example usage:
- Note
- This is a
default
property.
Definition at line 180 of file GlobalDrawer.qml.
◆ currentSubMenu
|
read |
This property points to the action acting as a submenu.
- Remarks
- This property is read-only
Definition at line 223 of file GlobalDrawer.qml.
◆ header
|
read |
This property holds an item that will always be displayed at the top of the drawer.
If the drawer contents can be scrolled, this item will stay still and won't scroll.
- Note
- This property is mainly intended for toolbars.
- Since
- 2.12
Definition at line 123 of file GlobalDrawer.qml.
◆ isMenu
|
read |
This property sets whether the drawer becomes a menu on the desktop.
default: false
- Since
- 2.11
Definition at line 231 of file GlobalDrawer.qml.
◆ resetMenuOnTriggered
|
read |
This property sets whether activating a leaf action resets the menu to show leaf's parent actions.
A leaf action is an action without any child actions.
default: true
Definition at line 218 of file GlobalDrawer.qml.
◆ showContentWhenCollapsed
|
read |
This property sets whether content items at the bottom should be shown.
when the drawer is collapsed as a sidebar.
If you want to keep some items visible and some invisible, set this to false and control the visibility/opacity of individual items, binded to the collapsed property
default: false
- See also
- content
- Since
- 2.5
Definition at line 207 of file GlobalDrawer.qml.
◆ showTopContentWhenCollapsed
|
read |
This property sets whether content items at the top should be shown.
when the drawer is collapsed as a sidebar.
If you want to keep some items visible and some invisible, set this to false and control the visibility/opacity of individual items, binded to the collapsed property
default: false
- Since
- 2.5
Definition at line 193 of file GlobalDrawer.qml.
◆ title
|
read |
This property holds the title displayed at the top of the drawer.
- See also
- org::kde::kirigami::private::BannerImage::title
Definition at line 62 of file GlobalDrawer.qml.
◆ titleIcon
|
read |
This property holds an icon to be displayed alongside the title.
- See also
- org::kde::kirigami::private::BannerImage::titleIcon
- org::kde::kirigami::Icon::source
Definition at line 69 of file GlobalDrawer.qml.
◆ topContent
|
read |
This property holds items that are displayed above the actions.
Example usage:
Definition at line 156 of file GlobalDrawer.qml.
Member Function Documentation
◆ bannerClicked
|
signal |
This signal notifies that the banner has been clicked.
◆ resetMenu()
void org::kde::kirigami::GlobalDrawer::resetMenu | ( | ) |
This function reverts the menu back to its initial state.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jan 27 2023 07:54:59 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.