Improve UI for flight properties.

Use the new data from pydcs to improve the properties UI:

* Use human readable names
* Use appropriate control types
* Limit min and max values as appropriate for each property
* Show labels

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3090.
This commit is contained in:
Dan Albert
2023-07-19 21:42:10 -07:00
committed by Raffson
parent a0fdfa11e2
commit bce6a170b8
8 changed files with 143 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
class MissingPropertyDataError(RuntimeError):
...