Flesh out intel displays.

* Add enemy air and ground unit reports.
* Changes the summary to be a comparison of relative strengths rather
  than raw enemy numbers.

Fixes https://github.com/Khopa/dcs_liberation/issues/658
This commit is contained in:
Dan Albert
2020-12-25 16:00:44 -08:00
parent 1f4516b954
commit 3bdf1377c0
4 changed files with 195 additions and 25 deletions

View File

@@ -546,7 +546,7 @@ QGroupBox[style="QWeatherWidget"] {
padding: 0px;
margin-left: 0px;
margin-right: 5px;
margin-top: 1ex;
margin-top: 1px;
margin-bottom: 5px;
}
@@ -555,4 +555,22 @@ QGroupBox[style="QWeatherWidget"] QLabel[style="text-sm"] {
margin: 0px;
font-size: 9px;
line-height: 9px;
}
QGroupBox[style="IntelSummary"] {
padding-left: 40px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-right: 5px;
margin-top: 1px;
margin-bottom: 5px;
}
QGroupBox[style="IntelSummary"] QLabel {
padding: 0px;
margin: 0px;
font-size: 9px;
line-height: 9px;
}