qml: provide modal dialogs instantiable from QML
This dialog allows to ask simple Yes/No questions, such as action
confirmation, with a simple callback mechanism.
The modal dialog need to be attached to the root widget to be displayed
properly.
Using vlc_dialog_wait_question for this would block the UI.
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
Showing
- modules/gui/qt/Makefile.am 1 addition, 0 deletionsmodules/gui/qt/Makefile.am
- modules/gui/qt/dialogs/dialogs/qml/CustomDialog.qml 107 additions, 0 deletionsmodules/gui/qt/dialogs/dialogs/qml/CustomDialog.qml
- modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml 10 additions, 0 deletionsmodules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
- modules/gui/qt/maininterface/qml/MainInterface.qml 1 addition, 0 deletionsmodules/gui/qt/maininterface/qml/MainInterface.qml
- modules/gui/qt/medialibrary/qml/VideoDisplay.qml 3 additions, 12 deletionsmodules/gui/qt/medialibrary/qml/VideoDisplay.qml
- modules/gui/qt/vlc.qrc 1 addition, 0 deletionsmodules/gui/qt/vlc.qrc
Loading
Please register or sign in to comment