aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared/CheckBox.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-08-26 10:31:54 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-19 13:53:34 +0200
commita25b1fdf7d642d9f252fbfa1789efaa32e03b994 (patch)
treee13f4255693049d4133fc96e0e5236fbd3c9f43a /examples/quick/shared/CheckBox.qml
parent607f2db351edf4b0f677c302fa37733596abe024 (diff)
Adding QtQuick.Dialogs.MessageDialog
Change-Id: Ifa3de21e6f611c24742118d6d178edbe14f243be Reviewed-by: Liang Qi <liang.qi@digia.com>
Diffstat (limited to 'examples/quick/shared/CheckBox.qml')
-rw-r--r--examples/quick/shared/CheckBox.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/shared/CheckBox.qml b/examples/quick/shared/CheckBox.qml
index a3a22b7723..16ad2adba8 100644
--- a/examples/quick/shared/CheckBox.qml
+++ b/examples/quick/shared/CheckBox.qml
@@ -49,6 +49,7 @@ Item {
property alias text: label.text
property bool checked
property alias pressed: mouseArea.pressed
+ property alias row: row
signal clicked
SystemPalette { id: palette }