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

[REG 6.3.0 -> 6.3.1]QFileDialog does not allow changing column sizes nor sorting

XMLWordPrintable

    • Linux/X11
    • 854cb55987 (qt/qtbase/dev) 854cb55987 (qt/tqtc-qtbase/dev) 3638a46b67 (qt/qtbase/6.4) 3638a46b67 (qt/tqtc-qtbase/6.4) b864263c7b (qt/qtbase/6.3) b864263c7b (qt/tqtc-qtbase/6.3) 6e8753a5e5 (qt/tqtc-qtbase/6.2)

      In the QFileDialog the user cannot change the size of the columns anymore. Also changing sort order is no longer available. But the context menu of the header view is still there.

      Example to reproduce:

      #include <QApplication> 
      #include <QFileDialog> 
      
      int main(int argc, char **argv) 
      { 
          QApplication app(argc, argv); 
         QFileDialog::getOpenFileName(); 
      }

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

            axelspoerl Axel Spoerl
            mlangen Marc Langenbach
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: