3 import
Qt.labs.platform 1.0 as Labs
22 property var msgConfig
24 property MessageResult msgResult
29 title: msgConfig.
title 30 modality:
Qt.WindowModal
31 folder: msgConfig.defaultValue
33 Component.onCompleted: {
35 msgResult.setCloseTarget(_folderDialog,
"reject()");
40 msgResult.complete(MessageConfig.Ok, _folderDialog.currentFolder);
48 msgResult.complete(MessageConfig.Cancel);
QString title
The activity title/description of the file chooser.
The QML import for the QtMvvmCore QML module.
The QML import for the QtMvvmQuick QML module.
A folder dialog implementation based on the labs folder dialog.