mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Allow to reset/disable overlay messages with one click
This commit is contained in:
committed by
Mat Sutcliffe
parent
242bea3636
commit
70f9420da5
@@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>283</width>
|
||||
<height>45</height>
|
||||
<width>293</width>
|
||||
<height>46</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -79,11 +79,49 @@
|
||||
</item>
|
||||
<item row="1" column="3">
|
||||
<widget class="QCheckBox" name="cb_All">
|
||||
<property name="toolTip">
|
||||
<string>all messages as overlay</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>all</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" colspan="2" alignment="Qt::AlignLeft">
|
||||
<widget class="QWidget" name="wi_Buttons" native="true">
|
||||
<layout class="QHBoxLayout" name="hl_Buttons">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_Disable">
|
||||
<property name="toolTip">
|
||||
<string>disable all overlay message</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>disable</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_Reset">
|
||||
<property name="text">
|
||||
<string>reset</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
@@ -91,6 +129,8 @@
|
||||
<tabstop>cb_Supervisor</tabstop>
|
||||
<tabstop>cb_Selcal</tabstop>
|
||||
<tabstop>cb_Frequency</tabstop>
|
||||
<tabstop>pb_Disable</tabstop>
|
||||
<tabstop>pb_Reset</tabstop>
|
||||
<tabstop>cb_All</tabstop>
|
||||
<tabstop>cb_Focus</tabstop>
|
||||
</tabstops>
|
||||
|
||||
Reference in New Issue
Block a user