summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
new file mode 100644
index 0000000000..3cca32fe0d
--- /dev/null
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml
@@ -0,0 +1,10 @@
+import Qt 4.6
+import Bauhaus 1.0
+
+Item {
+ id: colorScheme
+ property var disabledColor: "gray";
+ property var defaultColor: "white";
+ property var changedBaseColor: "#9999ff";
+ property var changedStateColor: "#99ccff";
+}