|
|
|
@ -77,8 +77,9 @@ public:
@@ -77,8 +77,9 @@ public:
|
|
|
|
|
Q_PROPERTY(bool microhardSupported READ microhardSupported CONSTANT) |
|
|
|
|
|
|
|
|
|
Q_PROPERTY(int supportedFirmwareCount READ supportedFirmwareCount CONSTANT) |
|
|
|
|
Q_PROPERTY(int supportedVehicleCount READ supportedVehicleCount CONSTANT) |
|
|
|
|
Q_PROPERTY(bool px4ProFirmwareSupported READ px4ProFirmwareSupported CONSTANT) |
|
|
|
|
Q_PROPERTY(int apmFirmwareSupported READ apmFirmwareSupported CONSTANT) |
|
|
|
|
Q_PROPERTY(int apmFirmwareSupported READ apmFirmwareSupported CONSTANT) |
|
|
|
|
|
|
|
|
|
Q_PROPERTY(qreal zOrderTopMost READ zOrderTopMost CONSTANT) ///< z order for top most items, toolbar, main window sub view
|
|
|
|
|
Q_PROPERTY(qreal zOrderWidgets READ zOrderWidgets CONSTANT) ///< z order value to widgets, for example: zoom controls, hud widgetss
|
|
|
|
@ -203,6 +204,7 @@ public:
@@ -203,6 +204,7 @@ public:
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
int supportedFirmwareCount (); |
|
|
|
|
int supportedVehicleCount (); |
|
|
|
|
bool px4ProFirmwareSupported (); |
|
|
|
|
bool apmFirmwareSupported (); |
|
|
|
|
bool skipSetupPage () { return _skipSetupPage; } |
|
|
|
|