AccountsMenuItem

Search for usage in LXR

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.

Accounts menu entry
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 Fri Jun 14 2024 11:58:34 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.