qmlFrontend/qml/qmlFrontend/LocalGame.qml
branchqmlfrontend
changeset 11426 ab6a6d9ebfc0
parent 10432 b0abef0ee78c
equal deleted inserted replaced
11425:2947f06e8533 11426:ab6a6d9ebfc0
    17         x: 192
    17         x: 192
    18         y: 66
    18         y: 66
    19         width: 150
    19         width: 150
    20         height: 150
    20         height: 150
    21 
    21 
    22         onClicked: pages.currentPage = "GameConfig"
    22         onClicked: pages.currentPage = "Multiplayer"
       
    23     }
       
    24 
       
    25     HWButton {
       
    26         id: btnBack
       
    27         width: 40
       
    28         height: 40
       
    29         anchors.bottom: parent.bottom
       
    30         anchors.left: parent.left
       
    31 
       
    32         onClicked: pages.currentPage = "First"
    23     }
    33     }
    24 }
    34 }