qmlfrontend/map-preview: add hog count display thingy (only displays "?" for now)
--- 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 {
--- a/qmlFrontend/qml/qmlFrontend/HWButton.qml Sun May 01 15:58:19 2016 +0200
+++ b/qmlFrontend/qml/qmlFrontend/HWButton.qml Sun May 01 21:09:45 2016 +0200
@@ -36,7 +36,7 @@
PropertyChanges {
target: hwbutton
- border.color: "#ea761d"
+ border.color: "#ffcc00"
}
}]
}
--- a/qmlFrontend/qmlFrontend.qrc Sun May 01 15:58:19 2016 +0200
+++ b/qmlFrontend/qmlFrontend.qrc Sun May 01 21:09:45 2016 +0200
@@ -13,5 +13,6 @@
<file>qml/qmlFrontend/Multiplayer.qml</file>
<file>res/iconTime.png</file>
<file>res/prevBg.png</file>
+ <file>res/hogCntBg.png</file>
</qresource>
</RCC>
Binary file qmlFrontend/res/hogCntBg.png has changed