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

ApplicationModal FileDialog is not shown on OS X

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important 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

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

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

            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

              Created:
              Updated:

                There are no open Gerrit changes