mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #755, mapping UI improvements
* make drop area more obvious by icon and color * improve forms so the layout looks better on large screens * button to display model dialog (like distributor, ICAO, ...)
This commit is contained in:
committed by
Roland Winklmeier
parent
aafff6cd82
commit
10325ee8a9
@@ -124,6 +124,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_Model">
|
||||
<property name="text">
|
||||
<string>Model</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_Distributor">
|
||||
<property name="text">
|
||||
@@ -171,6 +178,7 @@
|
||||
<tabstop>pb_RemoveInvald</tabstop>
|
||||
<tabstop>pb_Publish</tabstop>
|
||||
<tabstop>cb_SelectedOnly</tabstop>
|
||||
<tabstop>pb_Model</tabstop>
|
||||
<tabstop>pb_Distributor</tabstop>
|
||||
<tabstop>pb_AircraftIcao</tabstop>
|
||||
<tabstop>pb_Livery</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user