AccountsMenuItem
AccountsMenuItem Class Reference
Inheritance diagram for AccountsMenuItem:
Additional Inherited Members | |
Public Member Functions inherited from QtQuick.Controls.MenuItem | |
void | triggered () |
Detailed Description
A MenuItem entry to list the available accounts and for launching the accounts dialog.
Maui.Page
{
anchors.fill: parent
Maui.Controls.showCSD: true
headBar.leftContent: Maui.ToolButtonMenu
{
icon.name: "application-menu"
MA.AccountsMenuItem {}
MenuSeparator {}
MenuItem
{
text: "About"
onTriggered: root.about()
}
}
}
Definition at line 53 of file AccountsMenuItem.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:39:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.