qmlFrontend/qml/qmlFrontend/GameConfig.qml
branchqmlfrontend
changeset 11787 bcba7938ccb5
parent 11786 0aa4b3d02cba
child 11827 8c71c5a1172f
--- 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 {