diff -r 0aa4b3d02cba -r bcba7938ccb5 qmlFrontend/qml/qmlFrontend/GameConfig.qml --- a/qmlFrontend/qml/qmlFrontend/GameConfig.qml Sun May 01 15:58:19 2016 +0200 +++ b/qmlFrontend/qml/qmlFrontend/GameConfig.qml Sun May 01 21:09:45 2016 +0200 @@ -57,6 +57,27 @@ cache: true source: "qrc:/res/iconTime.png" } + + Image { + id: hogCountBackground + x: 216 + y: 6 + width: 41 + height: 21 + cache: true + source: "qrc:/res/hogCntBg.png" + } + + Text { + id: hogCount + x: 230 + y: 10 + text: "?" + horizontalAlignment: Text.AlignHRight + font.family: "MS Shell Dlg" + font.pixelSize: 12 + color: "#ffcc00" + } } HWComboBox {