How to solve the QtQuick.Dialogs not installed issue?
-
Which Qt version are you using?
Which QtQuick.Dialogs import version are you using in your QML code?
-
Which Qt version are you using?
Which QtQuick.Dialogs import version are you using in your QML code?
-
@sierdzio I tried importing QtQuick.Dialogs 1.0 , 1.1 and 1.2. Neither of them is working. Qt version used is Qt 5.8.0
@harip said in How to solve the QtQuick.Dialogs not installed issue?:
Qt version used is Qt 5.8.0
Are you sure? Earlier you've said that's the version Qt Creator was based on (which is not relevant info for this topic).
If yes, then hm... it should work. QtQuick.Dialogs are available since Qt 5.1. Are you importing both qml and quick in your .pro file?
QT += qml quick
You probably are, but I don't have any other ideas that that your installation is somehow broken. -
@harip said in How to solve the QtQuick.Dialogs not installed issue?:
Qt version used is Qt 5.8.0
Are you sure? Earlier you've said that's the version Qt Creator was based on (which is not relevant info for this topic).
If yes, then hm... it should work. QtQuick.Dialogs are available since Qt 5.1. Are you importing both qml and quick in your .pro file?
QT += qml quick
You probably are, but I don't have any other ideas that that your installation is somehow broken. -
Unlikely, dialogs work on all systems if I recall correctly.