1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

Rearrange GUI

This commit is contained in:
Jon Beniston
2026-04-18 20:42:45 +01:00
parent f8c4f6e993
commit 8e87c391cf
+29 -7
View File
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>520</width>
<height>220</height>
<height>200</height>
</rect>
</property>
<property name="minimumSize">
@@ -25,11 +25,11 @@
<x>0</x>
<y>0</y>
<width>520</width>
<height>220</height>
<height>51</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -139,13 +139,33 @@
<property name="text">
<string>S</string>
</property>
<property name="icon">
<iconset resource="../../../sdrgui/resources/res.qrc">
<normaloff>:/sound_off.png</normaloff>
<normalon>:/sound_on.png</normalon>:/sound_off.png</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="fontLayout"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalWidget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>501</width>
<height>111</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="display">
<item>
<widget class="QLabel" name="frequencyValue">
<property name="sizePolicy">
@@ -178,6 +198,8 @@
<header>gui/buttonswitch.h</header>
</customwidget>
</customwidgets>
<resources/>
<resources>
<include location="../../../sdrgui/resources/res.qrc"/>
</resources>
<connections/>
</ui>