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. Ideeas on Android sliding menu?
Qt 6.11 is out! See what's new in the release blog

Ideeas on Android sliding menu?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.4k Views 1 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.
  • A Offline
    A Offline
    adutzu89
    wrote on last edited by
    #1

    Can some give me ideeas on how to make an android sliding menu?
    I don't need examples, just ideeas:
    -what classes to use for menu widget,menu items, etc.

    I am asking about Qt\C++, not QML.
    Thank you in advance.

    1 Reply Last reply
    0
    • metaDomM Offline
      metaDomM Offline
      metaDom
      wrote on last edited by
      #2

      Afaik the gestures are not working properly on android, which is a little problem.
      Anyway, I'd start taking a look here:

      http://qt-project.org/doc/qt-5/qgesture.html

      For the items in the menu itself, I'd recommend QPushButtons. They look great in flat style on android.

      http://qt-project.org/doc/qt-5/QPushButton.html

      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