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

ApplicationModal FileDialog is not shown on OS X

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.4.0 Beta, 5.4.1, 5.9.7, 5.11.2, 5.12.0 RC
    • QPA
    • None
    • OS X 10.10

    Description

      import QtQuick 2.3
      import QtQuick.Dialogs 1.2
      
      Item {
          focus: true
      
          FileDialog {
              id: fileDialog
              modality: Qt.ApplicationModal
          }
      
          Keys.onPressed: fileDialog.open()
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              vestbo Tor Arne Vestbø
              sqq S.Gold
              Veli-Pekka Heinonen Veli-Pekka Heinonen
              Votes:
              7 Vote for this issue
              Watchers:
              16 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes