Add orientation info and allow user to rotate TGO

- Give user information about the heading of a TGO
- Add a button to change the heading to head to conflic
- Change the orientation of a TGO during Buy
- Run the heading to conflict calculation to change the orientation of the newly bought group. It will then head to the center of the conflict
This commit is contained in:
RndName
2022-03-22 19:43:55 +01:00
parent 274f689f70
commit bbb08aa1db
5 changed files with 68 additions and 5 deletions

View File

@@ -166,6 +166,8 @@ def load_icons():
"./resources/ui/conditions/weather/night-totally-cloud.png"
)
ICONS["heading"] = QPixmap("./resources/ui/misc/heading.png")
EVENT_ICONS: Dict[str, QPixmap] = {}