Merge branch 'master' of git://anongit.kde.org/kde-runtime

This commit is contained in:
Giorgos Tsiapaliwkas 2011-12-22 17:48:02 +02:00
commit 2c2fc4acd0

View File

@ -40,6 +40,28 @@
** **
****************************************************************************/ ****************************************************************************/
/**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