Doxygenize ContextMenu
This commit is contained in:
parent
04202df465
commit
01172226a0
@ -40,31 +40,14 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**Documented API
|
|
||||||
Inherits:
|
|
||||||
Item
|
|
||||||
|
|
||||||
Imports:
|
|
||||||
QtQuick 1.1
|
|
||||||
org.kde.plasma.components
|
|
||||||
|
|
||||||
Description:
|
|
||||||
Provides a component with list of options that the user can choose from.
|
|
||||||
|
|
||||||
Properties:
|
|
||||||
* QtObject model:
|
|
||||||
This property holds the model providing data for the menu.
|
|
||||||
The model provides the set of data that is used to create the items in the view.
|
|
||||||
Each model item must have a property called "text" or "display".
|
|
||||||
|
|
||||||
Methods:
|
|
||||||
* void rebuildMenu():
|
|
||||||
Rebuild the menu if property model is defined.
|
|
||||||
**/
|
|
||||||
|
|
||||||
import QtQuick 1.1
|
import QtQuick 1.1
|
||||||
import org.kde.plasma.components 0.1
|
import org.kde.plasma.components 0.1
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides a component with list of options that the user can choose from.
|
||||||
|
*
|
||||||
|
* All elements of this component are defined in Menu, its base component.
|
||||||
|
*/
|
||||||
Menu {
|
Menu {
|
||||||
id: root
|
id: root
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user