mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +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
@@ -6,14 +6,14 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>299</width>
|
||||
<height>175</height>
|
||||
<width>297</width>
|
||||
<height>200</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>175</height>
|
||||
<height>185</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -40,7 +40,7 @@
|
||||
<property name="title">
|
||||
<string>Distributor</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gl_Distributor">
|
||||
<layout class="QGridLayout" name="gl_Distributor" columnstretch="0,1,1,0">
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="le_Alias1">
|
||||
<property name="placeholderText">
|
||||
|
||||
Reference in New Issue
Block a user