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
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:35 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:34:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.