|
|
|
@ -67,6 +67,7 @@ public:
@@ -67,6 +67,7 @@ public:
|
|
|
|
|
Q_PROPERTY(bool enableMultiVehicleList READ enableMultiVehicleList CONSTANT) |
|
|
|
|
Q_PROPERTY(bool enableMapScale READ enableMapScale CONSTANT) |
|
|
|
|
Q_PROPERTY(bool enableSaveMainWindowPosition READ enableSaveMainWindowPosition CONSTANT) |
|
|
|
|
Q_PROPERTY(QStringList surveyBuiltInPresetNames READ surveyBuiltInPresetNames CONSTANT) |
|
|
|
|
|
|
|
|
|
/// Should QGC hide its settings menu and colapse it into one single menu (Settings and Vehicle Setup)?
|
|
|
|
|
/// @return true if QGC should consolidate both menus into one.
|
|
|
|
@ -130,6 +131,7 @@ public:
@@ -130,6 +131,7 @@ public:
|
|
|
|
|
virtual bool enableMapScale () const { return true; } |
|
|
|
|
/// Desktop builds save the main application size and position on close (and restore it on open)
|
|
|
|
|
virtual bool enableSaveMainWindowPosition () const { return true; } |
|
|
|
|
virtual QStringList surveyBuiltInPresetNames () const { return QStringList(); } // Built in presets cannot be deleted
|
|
|
|
|
|
|
|
|
|
#if defined(__mobile__) |
|
|
|
|
virtual bool useMobileFileDialog () const { return true;} |
|
|
|
|