Some more fine-tuning to qmap ui files.

This commit is contained in:
Uwe Risse 2023-03-11 11:40:22 +01:00
parent ce8fef82c1
commit bc9d786cca
2 changed files with 118 additions and 111 deletions

View File

@ -6,15 +6,15 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>511</width> <width>400</width>
<height>360</height> <height>250</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Settings</string> <string>Settings</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<item> <item row="0" column="0">
<widget class="QTabWidget" name="ioTabWidget"> <widget class="QTabWidget" name="ioTabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
@ -273,114 +273,114 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>10</y> <y>10</y>
<width>361</width> <width>255</width>
<height>291</height> <height>64</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_8">
<item> <item>
<widget class="QGroupBox" name="groupBox_2"> <widget class="QGroupBox" name="groupBox_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title"> <property name="title">
<string>Input from Linrad</string> <string>Input from Linrad</string>
</property> </property>
<widget class="QWidget" name="layoutWidget_3"> <layout class="QGridLayout" name="gridLayout">
<property name="geometry"> <item row="0" column="0">
<rect> <layout class="QVBoxLayout" name="verticalLayout_7">
<x>13</x> <item>
<y>14</y> <layout class="QHBoxLayout" name="horizontalLayout_8">
<width>341</width> <item>
<height>211</height> <widget class="QSpinBox" name="sb_dB">
</rect> <property name="enabled">
</property> <bool>true</bool>
<layout class="QVBoxLayout" name="verticalLayout_7"> </property>
<item> <property name="toolTip">
<layout class="QHBoxLayout" name="horizontalLayout_8"> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Adjust to scale digital I/Q data.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<item> </property>
<widget class="QSpinBox" name="sb_dB"> <property name="suffix">
<property name="enabled"> <string> dB</string>
<bool>true</bool> </property>
</property> <property name="prefix">
<property name="toolTip"> <string>Gain </string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Adjust to scale digital I/Q data.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
</property> <property name="minimum">
<property name="suffix"> <number>-50</number>
<string> dB</string> </property>
</property> <property name="maximum">
<property name="prefix"> <number>10</number>
<string>Gain </string> </property>
</property> <property name="singleStep">
<property name="minimum"> <number>1</number>
<number>-50</number> </property>
</property> </widget>
<property name="maximum"> </item>
<number>10</number> <item>
</property> <spacer name="horizontalSpacer_11">
<property name="singleStep"> <property name="orientation">
<number>1</number> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> <property name="sizeHint" stdset="0">
</item> <size>
<item> <width>40</width>
<spacer name="horizontalSpacer_11"> <height>20</height>
<property name="orientation"> </size>
<enum>Qt::Horizontal</enum> </property>
</property> </spacer>
<property name="sizeHint" stdset="0"> </item>
<size> <item>
<width>40</width> <widget class="QSpinBox" name="sbPort">
<height>20</height> <property name="minimumSize">
</size> <size>
</property> <width>57</width>
</spacer> <height>0</height>
</item> </size>
<item> </property>
<widget class="QSpinBox" name="sbPort"> <property name="minimum">
<property name="minimumSize"> <number>20000</number>
<size> </property>
<width>57</width> <property name="maximum">
<height>0</height> <number>51000</number>
</size> </property>
</property> <property name="value">
<property name="minimum"> <number>50004</number>
<number>20000</number> </property>
</property> </widget>
<property name="maximum"> </item>
<number>51000</number> <item>
</property> <widget class="QLabel" name="label_Port">
<property name="value"> <property name="sizePolicy">
<number>50004</number> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
</widget> <verstretch>0</verstretch>
</item> </sizepolicy>
<item> </property>
<widget class="QLabel" name="label_Port"> <property name="minimumSize">
<property name="sizePolicy"> <size>
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <width>26</width>
<horstretch>0</horstretch> <height>0</height>
<verstretch>0</verstretch> </size>
</sizepolicy> </property>
</property> <property name="maximumSize">
<property name="minimumSize"> <size>
<size> <width>16777215</width>
<width>26</width> <height>20</height>
<height>0</height> </size>
</size> </property>
</property> <property name="text">
<property name="maximumSize"> <string>Port</string>
<size> </property>
<width>16777215</width> </widget>
<height>20</height> </item>
</size> </layout>
</property> </item>
<property name="text"> </layout>
<string>Port</string> </item>
</property> </layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget> </widget>
</item> </item>
</layout> </layout>
@ -388,7 +388,7 @@
</widget> </widget>
</widget> </widget>
</item> </item>
<item> <item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox"> <widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>

View File

@ -25,7 +25,7 @@
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>640</width> <width>640</width>
<height>800</height> <height>1080</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -311,7 +311,7 @@
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>1</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
@ -335,7 +335,7 @@
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Expanding"> <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>1</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
@ -347,7 +347,13 @@
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>610</width> <width>610</width>
<height>400</height> <height>16777215</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>0</height>
</size> </size>
</property> </property>
<property name="font"> <property name="font">
@ -364,8 +370,9 @@
</property> </property>
<property name="html"> <property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Courier New'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Courier New'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -387,7 +394,7 @@ p, li { white-space: pre-wrap; }
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>640</width> <width>640</width>
<height>21</height> <height>22</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">