3 import 
Qt.labs.platform 1.0 as Labs
    23     property var msgConfig
    25     property MessageResult msgResult
    30     title: msgConfig.
title    31     modality: 
Qt.WindowModal
    32     folder: msgConfig.defaultValue
    34     Component.onCompleted: {
    36             msgResult.setCloseTarget(_folderDialog, 
"reject()");
    41             msgResult.complete(MessageConfig.Ok, _folderDialog.currentFolder);
    49             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.