Update the UI to show sim state.

https://github.com/dcs-liberation/dcs_liberation/issues/1704
This commit is contained in:
Dan Albert
2021-10-31 22:25:11 -07:00
parent 87bf3110c8
commit 03430a4df5
12 changed files with 188 additions and 39 deletions

View File

@@ -54,7 +54,7 @@ class QLiberationWindow(QMainWindow):
self.sim_controller = SimController(self.game)
self.ato_panel = QAirTaskingOrderPanel(self.game_model)
self.info_panel = QInfoPanel(self.game)
self.liberation_map = QLiberationMap(self.game_model, self)
self.liberation_map = QLiberationMap(self.game_model, self.sim_controller, self)
self.setGeometry(300, 100, 270, 100)
self.updateWindowTitle()