demos/declarative/samegame/samegame.qml
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/demos/declarative/samegame/samegame.qml	Fri Sep 17 08:34:18 2010 +0300
+++ b/demos/declarative/samegame/samegame.qml	Mon Oct 04 01:19:32 2010 +0300
@@ -82,6 +82,7 @@
         id: nameInputDialog
 
         property int initialWidth: 0
+        property alias name: nameInputText.text
 
         anchors.centerIn: parent
         z: 22;