mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T275, adjusted setup component
* ignore "same as global" * Qt::QueuedConnection
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>299</width>
|
||||
<height>341</height>
|
||||
<width>317</width>
|
||||
<height>339</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -126,9 +126,12 @@
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_RenderingSetup">
|
||||
<widget class="QCheckBox" name="cb_IgnoreGlobal">
|
||||
<property name="toolTip">
|
||||
<string>no setups same as global setup</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string> rendering setup </string>
|
||||
<string>≠global</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -145,6 +148,16 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_RenderingSetup">
|
||||
<property name="toolTip">
|
||||
<string>goto rendering setup</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string> rendering</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_Delete">
|
||||
<property name="text">
|
||||
@@ -183,6 +196,16 @@
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>tvp_InterpolationSetup</tabstop>
|
||||
<tabstop>rb_Callsign</tabstop>
|
||||
<tabstop>rb_Global</tabstop>
|
||||
<tabstop>pb_Reload</tabstop>
|
||||
<tabstop>cb_IgnoreGlobal</tabstop>
|
||||
<tabstop>pb_RenderingSetup</tabstop>
|
||||
<tabstop>pb_Delete</tabstop>
|
||||
<tabstop>pb_Save</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user