qmlFrontend/qml/qmlFrontend/GameConfig.qml
branchqmlfrontend
changeset 11787 bcba7938ccb5
parent 11786 0aa4b3d02cba
child 11827 8c71c5a1172f
equal deleted inserted replaced
11786:0aa4b3d02cba 11787:bcba7938ccb5
    54             y: 53
    54             y: 53
    55             width: 26
    55             width: 26
    56             height: 26
    56             height: 26
    57             cache: true
    57             cache: true
    58             source: "qrc:/res/iconTime.png"
    58             source: "qrc:/res/iconTime.png"
       
    59         }
       
    60 
       
    61         Image {
       
    62             id: hogCountBackground
       
    63             x: 216
       
    64             y: 6
       
    65             width: 41
       
    66             height: 21
       
    67             cache: true
       
    68             source: "qrc:/res/hogCntBg.png"
       
    69         }
       
    70 
       
    71         Text {
       
    72             id: hogCount
       
    73             x: 230
       
    74             y: 10
       
    75             text: "?"
       
    76             horizontalAlignment: Text.AlignHRight
       
    77             font.family: "MS Shell Dlg"
       
    78             font.pixelSize: 12
       
    79             color: "#ffcc00"
    59         }
    80         }
    60     }
    81     }
    61 
    82 
    62     HWComboBox {
    83     HWComboBox {
    63         id: cbTheme
    84         id: cbTheme