qmlFrontend/qml/qmlFrontend/Room.qml
branchqmlfrontend
changeset 11426 ab6a6d9ebfc0
parent 11424 86c13e5662f1
child 11434 23912c93935a
equal deleted inserted replaced
11425:2947f06e8533 11426:ab6a6d9ebfc0
     8         height: 40
     8         height: 40
     9         anchors.left: parent.left
     9         anchors.left: parent.left
    10         anchors.bottom: parent.bottom
    10         anchors.bottom: parent.bottom
    11 
    11 
    12         onClicked: HWEngine.partRoom("")
    12         onClicked: HWEngine.partRoom("")
       
    13     }
       
    14 
       
    15     GameConfig {
       
    16         id: gameConfig
       
    17         anchors.left: parent.left
       
    18         anchors.top: parent.top
       
    19         anchors.right: parent.right
       
    20         anchors.bottom: roomChat.top
    13     }
    21     }
    14 
    22 
    15     Chat {
    23     Chat {
    16         id: roomChat;
    24         id: roomChat;
    17         x: 0;
    25         x: 0;