Browse Source

Add reasonable defaults

QGC4.4
DonLakeFlyer 4 years ago committed by Don Gagne
parent
commit
1dd9936510
  1. 4
      src/QmlControls/QGCFileDialog.qml

4
src/QmlControls/QGCFileDialog.qml

@ -17,8 +17,8 @@ Item { @@ -17,8 +17,8 @@ Item {
property string folder // Due to Qt bug with file url parsing this must be an absolute path
property var nameFilters: [] // Important: Only name filters with simple wildcarding like *.foo are supported.
property string title
property bool selectExisting
property bool selectFolder
property bool selectExisting: true
property bool selectFolder: false
signal acceptedForLoad(string file)
signal acceptedForSave(string file)

Loading…
Cancel
Save