SSB mod/demod: GUI: resize main window

This commit is contained in:
f4exb 2017-11-22 22:01:13 +01:00
parent 2ac9a82b02
commit 8c3eeb1c3a
2 changed files with 16 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>385</width> <width>390</width>
<height>190</height> <height>190</height>
</rect> </rect>
</property> </property>
@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>385</width> <width>390</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>385</width> <width>390</width>
<height>643</height> <height>643</height>
</rect> </rect>
</property> </property>
@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>385</width> <width>390</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -323,6 +323,12 @@
</item> </item>
<item> <item>
<widget class="TickedSlider" name="BW"> <widget class="TickedSlider" name="BW">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Lowpass filter cutoff frequency</string> <string>Lowpass filter cutoff frequency</string>
</property> </property>
@ -509,6 +515,12 @@
</item> </item>
<item> <item>
<widget class="TickedSlider" name="lowCut"> <widget class="TickedSlider" name="lowCut">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Highpass filter cutoff frequency (SSB)</string> <string>Highpass filter cutoff frequency (SSB)</string>
</property> </property>