문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top