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

Labs Platform: Missing MenuSeparator on macOS

    XMLWordPrintable

Details

    • macOS

    Description

      There should be a menu separator between the two items below:

      import QtQuick 2.9
      import QtQuick.Layouts 1.3
      import QtQuick.Controls 2.2
      import Qt.labs.platform 1.0 as Platform
      
      ApplicationWindow {
          width: 800
          height: 800
          visible: true
      
          Platform.MenuBar {
              Platform.Menu {
                  id: editMenu
                  objectName: "editMenu"
                  title: qsTr("Edit")
      
                  Platform.MenuItem {
                      text: "test"
                  }
      
                  Platform.MenuSeparator {}
      
                  Platform.MenuItem {
                      objectName: "selectAllMenuItem"
                      text: qsTr("Select All")
                  }
              }
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes