Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Create application menu for iOS/Android in QML. How?
Forum Updated to NodeBB v4.3 + New Features

Create application menu for iOS/Android in QML. How?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 542 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on 16 May 2021, 09:58 last edited by
    #1

    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?

    1 Reply Last reply
    0
    • E Offline
      E Offline
      ekkescorner
      Qt Champions 2016
      wrote on 18 May 2021, 07:45 last edited by
      #2

      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

      ekke ... Qt Champion 2016 | 2024 ... mobile business apps
      5.15 --> 6.8 https://t1p.de/ekkeChecklist
      QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bogong
        wrote on 22 Jul 2021, 10:58 last edited by bogong
        #3

        I haven't found in Qt well prepared solution for it. The all of QML components that is in-box developed for desktop. I've got published example of how I've done it for iOS/Android. Here the video of how it works on device.

        Issue closed.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved