From 50cef5034cd1dd2e7cec46e8ffed7ee4a76f6142 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 7 Feb 2015 12:25:24 -0800 Subject: [PATCH] Updated for new Palette import --- src/AutoPilotPlugins/PX4/SafetyComponent.qml | 2 ++ src/VehicleSetup/SetupViewButtons.qml | 3 +++ src/VehicleSetup/VehicleSummary.qml | 2 ++ 3 files changed, 7 insertions(+) diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index f6187dc10..4a4d3bbbe 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.qml +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.qml @@ -1,8 +1,10 @@ import QtQuick 2.2 import QtQuick.Controls 1.2 import QtQuick.Controls.Styles 1.2 + import QGroundControl.FactSystem 1.0 import QGroundControl.FactControls 1.0 +import QGroundControl.Palette 1.0 Rectangle { QGCPalette { id: palette; colorGroup: QGCPalette.Active } diff --git a/src/VehicleSetup/SetupViewButtons.qml b/src/VehicleSetup/SetupViewButtons.qml index 8d8aa34a7..b0e1e3066 100644 --- a/src/VehicleSetup/SetupViewButtons.qml +++ b/src/VehicleSetup/SetupViewButtons.qml @@ -2,6 +2,9 @@ import QtQuick 2.2 import QtQuick.Controls 1.2 import QtQuick.Controls.Styles 1.2 import QGroundControl.FactSystem 1.0 +import QtGraphicalEffects 1.0 + +import QGroundControl.Palette 1.0 import QGroundControl.Controls 1.0 Rectangle { diff --git a/src/VehicleSetup/VehicleSummary.qml b/src/VehicleSetup/VehicleSummary.qml index 8569e290c..acc4d5da4 100644 --- a/src/VehicleSetup/VehicleSummary.qml +++ b/src/VehicleSetup/VehicleSummary.qml @@ -1,7 +1,9 @@ import QtQuick 2.2 import QtQuick.Controls 1.2 import QtQuick.Controls.Styles 1.2 + import QGroundControl.FactSystem 1.0 +import QGroundControl.Palette 1.0 Rectangle { width: 600 -- 2.22.0