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

QDir::Filter::Executable has no effect with QFileDialog

    XMLWordPrintable

Details

    Description

      When QFileDialog is used with filter QDir::Executable or other option like QDir::Files , QFileDialog does not honor any of these filter.

      This does work when named Filter is used. But to make it across all platform options like QDir::Files QDir::Executabl etc is what is supposed to use.

      Attached little code shows it:

      QFileDialog dialog;
      dialog.setFilter(QDir::Filter::Executable);
      dialog.exec();

       

       

      Attachments

        1. qtbug62336.jpg
          qtbug62336.jpg
          151 kB
        2. qtbug62336.zip
          2 kB
        3. QTBUG62336.zip
          1 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            richard Richard Moe Gustavsen
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes