QStringfilename=QGCFileDialog::getSaveFileName(MainWindow::instance(),"Select file to save GeoFence to",QString(),"Fence file (*.fence);;All Files (*.*)");
QStringfilename=QGCFileDialog::getSaveFileName(MainWindow::instance(),"Select file to save mission to",QString(),"Mission file (*.mission);;All Files (*.*)");
"longDescription":"The directory from which missions will be automatically loaded onto a vehicle when it connects. The mission file must be named AutoLoad#.mission where the # is replaced with the vehicle id.",
"type":"string",
"defaultValue":""
},
{
{
"name":"PromptFLightDataSave",
"name":"PromptFLightDataSave",
"shortDescription":"Save telemetry Log after each flight",
"shortDescription":"Save telemetry Log after each flight",
...
@@ -90,6 +83,13 @@
...
@@ -90,6 +83,13 @@
"type":"bool",
"type":"bool",
"defaultValue":false
"defaultValue":false
},
},
{
"name":"AutoLoadMissions",
"shortDescription":"AutoLoad mission on vehicle connect",
"longDescription":"Automatically load a mission file named AutoLoad#.mission when a vehicle with id # connects.",
"type":"bool",
"defaultValue":false
},
{
{
"name":"BaseDeviceFontPointSize",
"name":"BaseDeviceFontPointSize",
"shortDescription":"Application font size",
"shortDescription":"Application font size",
...
@@ -116,9 +116,9 @@
...
@@ -116,9 +116,9 @@
"defaultValue":false
"defaultValue":false
},
},
{
{
"name":"TelemetrySavePath",
"name":"SavePath",
"shortDescription":"Telemetry log save directory",
"shortDescription":"Application save directory",
"longDescription":"The directory to which telemetry logs are automatically saved to.",
"longDescription":"Directory to which all data files are saved/loaded from",