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

QtQuick Controls - An image viewer : QtQuick.Dialogs vs Qt.labs.platform #194

Open thomasgervaise-pix4d opened 2 years ago

thomasgervaise-pix4d commented 2 years ago

Hello ! I am puzzled by the image viewer subchapter. The beginning of the exercise makes us use Qt.labs.platform for the FileDialog, and then at the end, in the "Native Dialogs" section, it prompts us to use Qt.labs.platform as if it wasn't done previously. Was the first part of the exercice supposed to use QtQuick.Dialogs instead ? That would explain why Platform suffixing was missing (see #193). Thanks !