|
|
|
@ -153,7 +153,7 @@ QVariantList& QGCCorePlugin::instrumentPages(void)
@@ -153,7 +153,7 @@ QVariantList& QGCCorePlugin::instrumentPages(void)
|
|
|
|
|
_p->valuesPageWidgetInfo = new QmlComponentInfo(tr("Values"), QUrl::fromUserInput("qrc:/qml/ValuePageWidget.qml")); |
|
|
|
|
_p->cameraPageWidgetInfo = new QmlComponentInfo(tr("Camera"), QUrl::fromUserInput("qrc:/qml/CameraPageWidget.qml")); |
|
|
|
|
#if defined(QGC_GST_STREAMING) |
|
|
|
|
_p->videoPageWidgetInfo = new QmlComponentInfo(tr("Video"), QUrl::fromUserInput("qrc:/qml/VideoPageWidget.qml")); |
|
|
|
|
_p->videoPageWidgetInfo = new QmlComponentInfo(tr("Video Stream"), QUrl::fromUserInput("qrc:/qml/VideoPageWidget.qml")); |
|
|
|
|
#endif |
|
|
|
|
_p->healthPageWidgetInfo = new QmlComponentInfo(tr("Health"), QUrl::fromUserInput("qrc:/qml/HealthPageWidget.qml")); |
|
|
|
|
_p->vibrationPageWidgetInfo = new QmlComponentInfo(tr("Vibration"), QUrl::fromUserInput("qrc:/qml/VibrationPageWidget.qml")); |
|
|
|
|