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

QML MessageDialog not properly shown on Mac

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.14.1
    • None
    • MacOS 10.15.3
    • macOS

    Description

      MessageDialog written in QML are not shown correctly on the Mac (although correct on Linux and Windows).

      The bug is also referred in https://forum.qt.io/topic/93370/qml-messagedialog-on-macos-osx

      The given workaround is no solution.

      A simple example:

      MenuItem { 
      text: qsTr("About"); 
      onTriggered: aboutMessage.open() 
      }
       
      MessageDialog {
      id: aboutMessage 
      title: "Licences used" 
      text: { "LGPL & BSD" }
      }
      
      

       

      Output attached - the MessageDialog is "attached to the top", no title and cannot be moved. 

      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
            d029940 Manfred Kern
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes