On 20 Dec 2013, at 12:41 PM, Sadika Sumanapala wrote:

> Is it possible to create modal dialog in qml which use qtquick controls?

Yes you can set modality: Qt.ApplicationModal or Qt.WindowModal on any QWindow 
and on any of the QtQuick.Dialogs.  However of course there are no blocking 
show-dialog-and-wait-for-response methods available to Javascript; you just 
have to show the dialog and have onAccepted/onRejected or onVisibleChanged 
handlers to deal with the user response.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to