Pregunta

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

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top