alus-it / AirspaceConverter

Tool to convert airspace files between different formats: OpenAir, openAIP, KML/KMZ, Polish and Garmin
https://www.alus.it/AirspaceConverter
GNU General Public License v3.0
37 stars 10 forks source link

Simplify UI #65

Closed alus- closed 6 years ago

alus- commented 6 years ago

Both in MFC and Qt the UI can be simplified. The is no need to let the user to choose the output file with the separate button "...". The user should be just requested for the output file only when pressing the "Convert" button. So the text field with the output file and the "..." button can be removed. In the Qt version this can allow a smaller window which is a good thing on low resolution displays.