QmlDesigner.PropertyEditor: Changing color scheme for the properties

This commit is contained in:
Christiaan Janssen
2010-02-25 16:48:44 +01:00
parent e22e3db45c
commit 74259532b7

View File

@@ -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";
}