Pergunta

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

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top