Question

is there an example for drop-down menu in QML?

Was it helpful?

Solution

you could have a look at Qt Components (http://qt.gitorious.org/qt-components)

They have a combobox, maybe this is helpful. http://qt.gitorious.org/qt-components/desktop/trees/master/components

Regards, BLK.

OTHER TIPS

You can wrap any classic Qt widget in QDeclarativeItem. In your case you should wrap QMenu widget.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top