test.qml 304 Bytes
Newer Older
1 2
import QtQuick 2.3
import QtQuick.Controls 1.2
3
import QtQuick.Controls.Styles 1.4
Don Gagne's avatar
Don Gagne committed
4

Don Gagne's avatar
Don Gagne committed
5
import QGroundControl.FactControls 1.0
Don Gagne's avatar
Don Gagne committed
6
import QGroundControl.Palette 1.0
7

Don Gagne's avatar
Don Gagne committed
8 9

Rectangle {
10
    QGCPalette { id: palette; colorGroupEnabled: enabled }
Don Gagne's avatar
Don Gagne committed
11 12 13 14

    width: 100
    height: 100
    color: "#e43f3f"
15
    // palette.text
16
}