wfview/rigcreator.ui

1038 wiersze
25 KiB
Plaintext
Czysty Zwykły widok Historia

2023-04-19 13:51:23 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>rigCreator</class>
<widget class="QDialog" name="rigCreator">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-04-23 20:29:44 +00:00
<width>978</width>
<height>551</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
2023-04-27 23:31:41 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-19 13:51:23 +00:00
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>810</x>
<y>0</y>
2023-04-23 20:29:44 +00:00
<width>171</width>
2023-04-19 13:51:23 +00:00
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
2023-04-27 15:39:51 +00:00
<width>808</width>
<height>31</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
2023-04-23 20:29:44 +00:00
<widget class="QPushButton" name="loadFile">
2023-04-19 13:51:23 +00:00
<property name="text">
<string>Load File</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveFile">
<property name="text">
<string>Save File</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2023-04-27 15:39:51 +00:00
<item>
<widget class="QPushButton" name="defaultRigs">
<property name="text">
<string>Default Rigs</string>
</property>
</widget>
</item>
2023-04-19 13:51:23 +00:00
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Manufacturer</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="manufacturer">
<item>
<property name="text">
<string>Icom</string>
</property>
</item>
<item>
<property name="text">
<string>Yaesu</string>
</property>
</item>
<item>
<property name="text">
<string>Kenwood</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
2023-04-23 20:29:44 +00:00
<string>Model</string>
2023-04-19 13:51:23 +00:00
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="model"/>
</item>
2023-04-23 20:29:44 +00:00
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>C-IV Address</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="civAddress"/>
</item>
2023-04-19 13:51:23 +00:00
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>RigCtlD Model</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="rigctldModel">
<property name="inputMask">
<string>99999</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>830</x>
2023-04-27 15:39:51 +00:00
<y>200</y>
<width>141</width>
2023-04-27 15:39:51 +00:00
<height>131</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
<string>Spectrum</string>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
2023-04-23 20:29:44 +00:00
<width>122</width>
<height>91</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Seq Max</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Len Max</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Amp Max</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="seqMax">
<property name="inputMask">
<string>00</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="ampMax">
<property name="inputMask">
<string>000</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lenMax">
<property name="inputMask">
<string>000</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
2023-04-27 15:39:51 +00:00
<x>370</x>
<y>220</y>
2023-04-27 15:39:51 +00:00
<width>61</width>
<height>161</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
2023-04-27 15:39:51 +00:00
<string>Atten</string>
2023-04-19 13:51:23 +00:00
</property>
<widget class="tableWidget" name="attenuators">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
2023-04-27 15:39:51 +00:00
<width>61</width>
<height>131</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-23 20:29:44 +00:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
2023-04-19 13:51:23 +00:00
<property name="rowCount">
2023-04-23 20:29:44 +00:00
<number>0</number>
2023-04-19 13:51:23 +00:00
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>20</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
2023-04-27 15:39:51 +00:00
<number>50</number>
2023-04-19 13:51:23 +00:00
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>24</number>
</attribute>
<column>
<property name="text">
<string>dB</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>10</x>
2023-04-19 13:51:23 +00:00
<y>60</y>
2023-04-27 15:39:51 +00:00
<width>151</width>
2023-04-19 13:51:23 +00:00
<height>151</height>
</rect>
</property>
<property name="title">
<string>Inputs</string>
</property>
<widget class="tableWidget" name="inputs">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
2023-04-27 15:39:51 +00:00
<width>151</width>
2023-04-19 13:51:23 +00:00
<height>121</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-23 20:29:44 +00:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
2023-04-19 13:51:23 +00:00
<property name="rowCount">
2023-04-23 20:29:44 +00:00
<number>0</number>
</property>
<property name="columnCount">
<number>2</number>
2023-04-19 13:51:23 +00:00
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>60</number>
2023-04-19 13:51:23 +00:00
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>10</x>
2023-04-23 20:29:44 +00:00
<y>390</y>
<width>171</width>
<height>151</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
<string>Preamps</string>
</property>
<widget class="tableWidget" name="preamps">
<property name="geometry">
<rect>
2023-04-23 20:29:44 +00:00
<x>0</x>
2023-04-19 13:51:23 +00:00
<y>30</y>
2023-04-23 20:29:44 +00:00
<width>171</width>
<height>121</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-23 20:29:44 +00:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
2023-04-19 13:51:23 +00:00
<property name="rowCount">
2023-04-23 20:29:44 +00:00
<number>0</number>
2023-04-19 13:51:23 +00:00
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
2023-04-23 20:29:44 +00:00
<number>73</number>
2023-04-19 13:51:23 +00:00
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>24</number>
</attribute>
<column>
<property name="text">
2023-04-23 20:29:44 +00:00
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
2023-04-19 13:51:23 +00:00
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>10</x>
2023-04-19 13:51:23 +00:00
<y>220</y>
2023-04-27 15:39:51 +00:00
<width>351</width>
2023-04-23 20:29:44 +00:00
<height>161</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
<string>Bands</string>
</property>
<widget class="tableWidget" name="bands">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
2023-04-27 15:39:51 +00:00
<width>351</width>
2023-04-23 20:29:44 +00:00
<height>131</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-23 20:29:44 +00:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
2023-04-19 13:51:23 +00:00
<property name="rowCount">
2023-04-23 20:29:44 +00:00
<number>0</number>
2023-04-19 13:51:23 +00:00
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>56</number>
2023-04-19 13:51:23 +00:00
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>2</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
2023-04-23 20:29:44 +00:00
<column>
<property name="text">
<string>Num</string>
</property>
</column>
2023-04-19 13:51:23 +00:00
<column>
<property name="text">
<string>BSR</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
2023-04-23 20:29:44 +00:00
<string>Start</string>
</property>
</column>
<column>
<property name="text">
<string>End</string>
2023-04-19 13:51:23 +00:00
</property>
</column>
<column>
<property name="text">
2023-04-23 20:29:44 +00:00
<string>Range</string>
2023-04-19 13:51:23 +00:00
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
2023-04-27 15:39:51 +00:00
<x>170</x>
2023-04-23 20:29:44 +00:00
<y>60</y>
2023-04-27 15:39:51 +00:00
<width>261</width>
2023-04-23 20:29:44 +00:00
<height>151</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
<string>Modes</string>
</property>
2023-04-23 20:29:44 +00:00
<widget class="tableWidget" name="modes">
2023-04-19 13:51:23 +00:00
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
2023-04-27 15:39:51 +00:00
<width>261</width>
2023-04-23 20:29:44 +00:00
<height>121</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-23 20:29:44 +00:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
2023-04-19 13:51:23 +00:00
<property name="rowCount">
2023-04-23 20:29:44 +00:00
<number>0</number>
2023-04-19 13:51:23 +00:00
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
2023-04-23 20:29:44 +00:00
<number>65</number>
2023-04-19 13:51:23 +00:00
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
2023-04-24 10:06:33 +00:00
<column>
<property name="text">
<string>BW</string>
</property>
</column>
2023-04-19 13:51:23 +00:00
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_8">
<property name="geometry">
<rect>
2023-04-27 15:39:51 +00:00
<x>440</x>
2023-04-19 13:51:23 +00:00
<y>60</y>
2023-04-27 15:39:51 +00:00
<width>381</width>
2023-04-23 20:29:44 +00:00
<height>271</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
<string>Commands</string>
</property>
<widget class="tableWidget" name="commands">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
2023-04-27 15:39:51 +00:00
<width>381</width>
2023-04-23 20:29:44 +00:00
<height>241</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-23 20:29:44 +00:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
2023-04-19 13:51:23 +00:00
<property name="rowCount">
2023-04-23 20:29:44 +00:00
<number>0</number>
</property>
<property name="columnCount">
<number>4</number>
2023-04-19 13:51:23 +00:00
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
2023-04-23 20:29:44 +00:00
<number>76</number>
2023-04-19 13:51:23 +00:00
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>2</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<column>
<property name="text">
2023-04-23 20:29:44 +00:00
<string>Command</string>
</property>
</column>
<column>
<property name="text">
<string>String</string>
</property>
</column>
<column>
<property name="text">
<string>Min</string>
2023-04-19 13:51:23 +00:00
</property>
</column>
<column>
<property name="text">
2023-04-23 20:29:44 +00:00
<string>Max</string>
2023-04-19 13:51:23 +00:00
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_9">
<property name="geometry">
<rect>
<x>830</x>
<y>50</y>
2023-04-19 13:51:23 +00:00
<width>141</width>
<height>151</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
<string>Features</string>
</property>
<widget class="QCheckBox" name="hasSpectrum">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has Spectrum</string>
</property>
</widget>
<widget class="QCheckBox" name="hasLAN">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has LAN</string>
</property>
</widget>
2023-04-23 20:29:44 +00:00
<widget class="QCheckBox" name="hasEthernet">
2023-04-19 13:51:23 +00:00
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has Ethernet</string>
</property>
</widget>
<widget class="QCheckBox" name="hasWifi">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has WiFi</string>
</property>
</widget>
2023-04-23 20:29:44 +00:00
<widget class="QCheckBox" name="hasTransmit">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
2023-04-23 20:29:44 +00:00
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has Transmit</string>
</property>
</widget>
<widget class="QCheckBox" name="hasFDComms">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
2023-04-23 20:29:44 +00:00
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>HasFDComms</string>
</property>
</widget>
2023-04-19 13:51:23 +00:00
</widget>
<widget class="QGroupBox" name="groupBox_17">
<property name="geometry">
<rect>
<x>190</x>
2023-04-23 20:29:44 +00:00
<y>390</y>
2023-04-19 13:51:23 +00:00
<width>171</width>
2023-04-23 20:29:44 +00:00
<height>151</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="title">
<string>Antennas</string>
</property>
<widget class="tableWidget" name="antennas">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
2023-04-23 20:29:44 +00:00
<height>121</height>
2023-04-19 13:51:23 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2023-04-23 20:29:44 +00:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
2023-04-19 13:51:23 +00:00
<property name="rowCount">
2023-04-23 20:29:44 +00:00
<number>0</number>
2023-04-19 13:51:23 +00:00
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>73</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
2023-04-23 20:29:44 +00:00
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_10">
<property name="geometry">
<rect>
<x>580</x>
2023-04-23 20:29:44 +00:00
<y>340</y>
<width>171</width>
<height>201</height>
</rect>
</property>
<property name="title">
<string>Tuning Steps</string>
</property>
<widget class="tableWidget" name="tuningSteps">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
<height>171</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>0</number>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>73</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Hz</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_11">
<property name="geometry">
<rect>
<x>370</x>
2023-04-23 20:29:44 +00:00
<y>390</y>
<width>201</width>
2023-04-23 20:29:44 +00:00
<height>151</height>
</rect>
</property>
<property name="title">
<string>Flters</string>
</property>
<widget class="tableWidget" name="filters">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>201</width>
2023-04-23 20:29:44 +00:00
<height>121</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>0</number>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>20</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>60</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>24</number>
</attribute>
2023-04-19 13:51:23 +00:00
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
2023-04-24 10:06:33 +00:00
<column>
<property name="text">
<string>Modes</string>
</property>
</column>
2023-04-19 13:51:23 +00:00
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_7">
<property name="geometry">
<rect>
<x>760</x>
<y>340</y>
<width>211</width>
<height>201</height>
</rect>
</property>
<property name="title">
<string>Spans</string>
</property>
<widget class="tableWidget" name="spans">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>211</width>
<height>171</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>0</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>55</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>24</number>
</attribute>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Freq</string>
</property>
</column>
</widget>
</widget>
2023-04-19 13:51:23 +00:00
</widget>
<customwidgets>
<customwidget>
<class>tableWidget</class>
<extends>QTableWidget</extends>
<header>tablewidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>rigCreator</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>rigCreator</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>