Create application menu for iOS/Android in QML. How?
Solved
Mobile and Embedded
-
Hello all!
I know perfectly how to develop menu for Mobile (key word mobile, not desktop) application with:- Lists and delegate chooser
- Column
Just got curious about in-box QML component that can be used like Menu component for desktop. Or is there any examples of how to adopt QML Menu component for mobile usage? By default is very difficult to use it for mobile menu style, like Apple system menu.
Suggestions?
-
if you're looking for application menu using a Drawer:
https://doc.qt.io/qt-5/qml-qtquick-controls2-drawer.html
or if you prefer a ToolBar on top or bottom: https://doc.qt.io/qt-5/qml-qtquick-controls2-toolbar.html