Skip to content
Snippets Groups Projects
Commit 74259532 authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.PropertyEditor: Changing color scheme for the properties

parent e22e3db4
No related branches found
No related tags found
No related merge requests found
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";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment