Browse Source

Updated for new Palette import

QGC4.4
Don Gagne 10 years ago
parent
commit
50cef5034c
  1. 2
      src/AutoPilotPlugins/PX4/SafetyComponent.qml
  2. 3
      src/VehicleSetup/SetupViewButtons.qml
  3. 2
      src/VehicleSetup/VehicleSummary.qml

2
src/AutoPilotPlugins/PX4/SafetyComponent.qml

@ -1,8 +1,10 @@ @@ -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 }

3
src/VehicleSetup/SetupViewButtons.qml

@ -2,6 +2,9 @@ import QtQuick 2.2 @@ -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 {

2
src/VehicleSetup/VehicleSummary.qml

@ -1,7 +1,9 @@ @@ -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

Loading…
Cancel
Save