Ref T275, adjusted setup component

* ignore "same as global"
* Qt::QueuedConnection
This commit is contained in:
Klaus Basan
2018-06-21 00:53:42 +02:00
parent d3796fc65a
commit 7b4733fbdd
3 changed files with 48 additions and 16 deletions

View File

@@ -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>