mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #735, remove invalid objects from stash
* button "remove invalid objects" * tab order fixed
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9c2a2de4c5
commit
61ac328d10
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>616</width>
|
||||
<width>773</width>
|
||||
<height>221</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -90,6 +90,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_RemoveInvald">
|
||||
<property name="toolTip">
|
||||
<string>Remove invalid models</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Rem. invalid</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_Publish">
|
||||
<property name="text">
|
||||
@@ -155,10 +165,16 @@
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>tvp_StashAircraftModels</tabstop>
|
||||
<tabstop>pb_Unstash</tabstop>
|
||||
<tabstop>pb_Validate</tabstop>
|
||||
<tabstop>pb_RemoveInvald</tabstop>
|
||||
<tabstop>pb_Publish</tabstop>
|
||||
<tabstop>tvp_StashAircraftModels</tabstop>
|
||||
<tabstop>cb_SelectedOnly</tabstop>
|
||||
<tabstop>pb_Distributor</tabstop>
|
||||
<tabstop>pb_AircraftIcao</tabstop>
|
||||
<tabstop>pb_Livery</tabstop>
|
||||
<tabstop>pb_AirlineIcao</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
Reference in New Issue
Block a user