qmlbook / qt6book

The Qt 6 Book - A book about QML
https://www.qt.io/product/qt6/qml-book
Other
335 stars 110 forks source link

File Selector Dialog? Qt Quick Controls / An Image Viewer #195

Open Samuel-Ghinet opened 2 years ago

Samuel-Ghinet commented 2 years ago

When using the image viewer you will notice that it uses a non-standard file selector dialog. This makes it look out of place.

From what I could find, there is not such thing as a dialog about the QFileSelector.

Perhaps it was meant a file picker (for read/write thing).