mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:06:57 +08:00
refs #911, livery form fixed
* search buttons in select mode * id can be entered
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6d97f477c9
commit
317b52a00b
@@ -63,9 +63,6 @@
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>Id</string>
|
||||
</property>
|
||||
@@ -118,6 +115,9 @@
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<widget class="QPushButton" name="pb_TempLivery">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>set a 'no color' livery, allowing to create a<br/>temp. DB entry which will later be specified.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>temp.</string>
|
||||
</property>
|
||||
@@ -217,6 +217,9 @@
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QPushButton" name="pb_SearchColor">
|
||||
<property name="toolTip">
|
||||
<string>find a color livery</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>search color</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user