Search code examples
qt4qmlqt-quick

Menu bar and drop-down menu implementation in QML (Qt Quick)


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


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.