Libplasma
ModelContextMenu.qml
14 * A ModelContextMenu creates a context menu with items populated from a model or a QList<QAction*>.
15 * For standard item models, actions are created using the following model role names or properties:
52 //ContextMenu cannot have child items, so in order to have ContextMenu as the root object of this item
61 separator: (typeof(modelData) != "undefined" ? modelData.separator : model.separator === true) || false
62 section: (typeof(modelData) != "undefined" ? modelData.section : model.section === true) || false
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.