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

QFileDialog::getOpenFileNames doesn't show .files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.12.6
    • None
    • Linux/Other display system

      I'm trying to open a .gn file using QFileDialog::getOpenFileNames but it fails to show me that file.

      Sample code:

      auto files = QFileDialog::getOpenFileNames(this, "Open .gn file", QDir::homePath(), "GN top level file ( .gn )"); 
      qDebug() << files;  

       

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            taipan BogDan Vatra
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes