Skip to content
Snippets Groups Projects
Commit 37fb8fa0 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: exposing checked in CheckBox


Change-Id: Ibb7c74124235721b0e9973e1596564117028b81b
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@digia.com>
parent 55948453
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,8 @@ QWidget { //This is a special checkBox that does color coding for states ...@@ -40,6 +40,8 @@ QWidget { //This is a special checkBox that does color coding for states
property alias checkable: localCheckBox.checkable property alias checkable: localCheckBox.checkable
property alias text: localLabel.text property alias text: localLabel.text
property alias checked: localCheckBox.checked
onBaseStateFlagChanged: { onBaseStateFlagChanged: {
evaluate(); evaluate();
} }
......
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