Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-60351

Support sub-menus

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.10.0 Alpha
    • None
    • Quick: Controls 2
    • None
    • 92fcd0a3fb2ee0d1ba242607c1aa5a29864d3650

      On desktop, sub-menus should cascade. On mobile and embedded, menu navigation should probably work by default so that menus open one at a time. This behavior should be also configurable to let application developers decide.

      Menu {
          MenuItem { text: "foo" }
          Menu {
              MenuItem { text: "bar" }
              MenuItem { text: "baz" }
          }
      }
      

        For Gerrit Dashboard: QTBUG-60351
        # Subject Branch Project Status CR V

            Unassigned Unassigned
            jpnurmi J-P Nurmi
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes