demos/declarative/samegame/samegame.qml
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    80 
    80 
    81     Dialog {
    81     Dialog {
    82         id: nameInputDialog
    82         id: nameInputDialog
    83 
    83 
    84         property int initialWidth: 0
    84         property int initialWidth: 0
       
    85         property alias name: nameInputText.text
    85 
    86 
    86         anchors.centerIn: parent
    87         anchors.centerIn: parent
    87         z: 22;
    88         z: 22;
    88 
    89 
    89         Behavior on width {
    90         Behavior on width {