Configuration and MainWindow UI tweaks
This commit is contained in:
parent
8c204e317b
commit
dc75c08081
@ -2580,13 +2580,13 @@ Right click for insert and delete options.</string>
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="font_push_button">
|
<widget class="QPushButton" name="font_push_button">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Set the font characteristics for the application.</string>
|
<string>Set the font characteristics for the application.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Font...</string>
|
<string>UI Font...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -2599,7 +2599,7 @@ Right click for insert and delete options.</string>
|
|||||||
<string>Set the font characteristics for the Band Activity and Rx Frequency areas.</string>
|
<string>Set the font characteristics for the Band Activity and Rx Frequency areas.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Decoded Text Font...</string>
|
<string>Message Text Font...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="logHorizontalWidget" native="true">
|
<widget class="QWidget" name="logHorizontalWidget" native="true">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
@ -1356,8 +1356,8 @@ background:yellow;
|
|||||||
<item>
|
<item>
|
||||||
<widget class="SignalMeter" name="signal_meter_widget">
|
<widget class="SignalMeter" name="signal_meter_widget">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>1</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
@ -1396,7 +1396,7 @@ background:yellow;
|
|||||||
<widget class="QMdiArea" name="mdiArea">
|
<widget class="QMdiArea" name="mdiArea">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>10</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
@ -1427,6 +1427,12 @@ background:yellow;
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QSlider" name="outAttenuation">
|
<widget class="QSlider" name="outAttenuation">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
||||||
|
<horstretch>1</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>60</width>
|
<width>60</width>
|
||||||
|
Loading…
Reference in New Issue
Block a user