mp2.cpp: new example on getting properties

hw.qml: findChild uses objectName; so added it.
This commit is contained in:
Tal Lancaster
2017-01-18 15:53:29 -07:00
parent 7fdb2ff111
commit 558fba07a6
3 changed files with 50 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ Rectangle {
Text {
id: helloText
objectName: "helloText"
text: "Hello world!"
y: 30
anchors.horizontalCenter: page.horizontalCenter