forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: Changing color scheme for the properties
This commit is contained in:
@@ -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";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user