wfview/rigcreator.ui

1232 wiersze
29 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>
<width>977</width>
<height>548</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>509</y>
<width>961</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<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>
<width>811</width>
<height>41</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="loadFIle">
<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>
<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">
<string>Rig Model</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="model"/>
</item>
<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>10</x>
<y>60</y>
<width>171</width>
<height>411</height>
</rect>
</property>
<property name="title">
<string>Spectrum</string>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>151</width>
<height>111</height>
</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 class="QGroupBox" name="groupBox_7">
<property name="geometry">
<rect>
<x>0</x>
<y>160</y>
<width>171</width>
<height>251</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>171</width>
<height>211</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="rowCount">
<number>8</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</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>24</number>
</attribute>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>230</x>
<y>370</y>
<width>171</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Attenuators</string>
</property>
<widget class="tableWidget" name="attenuators">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
<height>81</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>4</number>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>20</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>149</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>24</number>
</attribute>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>dB</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>200</x>
<y>60</y>
<width>151</width>
<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>
<width>151</width>
<height>121</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>4</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>
<row/>
<row/>
<row/>
<row/>
<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>400</x>
<y>370</y>
<width>181</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Preamps</string>
</property>
<widget class="tableWidget" name="preamps">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>161</width>
<height>81</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>2</number>
</property>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>149</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>24</number>
</attribute>
<row/>
<row/>
<column>
<property name="text">
<string>dB</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>230</x>
<y>220</y>
<width>311</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>Bands</string>
</property>
<widget class="tableWidget" name="bands">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>311</width>
<height>111</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>6</number>
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<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>2</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>BSR</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Low Freq</string>
</property>
</column>
<column>
<property name="text">
<string>High Freq</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>600</x>
<y>220</y>
<width>171</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Modes</string>
</property>
<widget class="QTableWidget" name="modes">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
<height>81</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>5</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>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
<widget class="QGroupBox" name="groupBox_13">
<property name="geometry">
<rect>
<x>70</x>
<y>110</y>
<width>171</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Modes</string>
</property>
<widget class="QTableWidget" name="modes_5">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
<height>81</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>5</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>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
<widget class="QGroupBox" name="groupBox_14">
<property name="geometry">
<rect>
<x>100</x>
<y>80</y>
<width>171</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Modes</string>
</property>
<widget class="QTableWidget" name="modes_6">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
<height>81</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>5</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>
<row/>
<row/>
<row/>
<row/>
<row/>
<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_15">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>171</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Modes</string>
</property>
<widget class="QTableWidget" name="modes_7">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
<height>81</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>5</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>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
<widget class="QGroupBox" name="groupBox_16">
<property name="geometry">
<rect>
<x>100</x>
<y>80</y>
<width>171</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Modes</string>
</property>
<widget class="QTableWidget" name="modes_8">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>171</width>
<height>81</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>5</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>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
</widget>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_8">
<property name="geometry">
<rect>
<x>380</x>
<y>60</y>
<width>411</width>
<height>151</height>
</rect>
</property>
<property name="title">
<string>Commands</string>
</property>
<widget class="tableWidget" name="commands">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>411</width>
<height>121</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>6</number>
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>0</number>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>140</number>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderMinimumSectionSize">
<number>2</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>20</number>
</attribute>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Command String</string>
</property>
</column>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_9">
<property name="geometry">
<rect>
<x>830</x>
<y>10</y>
<width>141</width>
<height>461</height>
</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>
<widget class="QCheckBox" name="hasEtherneet">
<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>
<widget class="QCheckBox" name="hasATU">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has ATU</string>
</property>
</widget>
<widget class="QCheckBox" name="hasCTCSS">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has CTCSS</string>
</property>
</widget>
<widget class="QCheckBox" name="hasTPBF">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has TPBF</string>
</property>
</widget>
<widget class="QCheckBox" name="hasVFOMS">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has VFO M/S</string>
</property>
</widget>
<widget class="QCheckBox" name="hasVFOAB">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has VFO A/B</string>
</property>
</widget>
<widget class="QCheckBox" name="hasQuickSplit">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has Quick Split</string>
</property>
</widget>
<widget class="QCheckBox" name="hasAntennaSel">
<property name="geometry">
<rect>
<x>10</x>
<y>290</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has Antenna Sel</string>
</property>
</widget>
<widget class="QCheckBox" name="hasDD">
<property name="geometry">
<rect>
<x>10</x>
<y>310</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has DD</string>
</property>
</widget>
<widget class="QCheckBox" name="hasDV">
<property name="geometry">
<rect>
<x>10</x>
<y>330</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has DV</string>
</property>
</widget>
<widget class="QCheckBox" name="hasRepeaterTone">
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has Repeater Tone</string>
</property>
</widget>
<widget class="QCheckBox" name="hasDTCS">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has DTCS</string>
</property>
</widget>
<widget class="QCheckBox" name="hasRepeaterMode">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Has Repeater Mode</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_17">
<property name="geometry">
<rect>
<x>600</x>
<y>360</y>
<width>171</width>
<height>121</height>
</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>
<height>91</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="rowCount">
<number>5</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>
<row/>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Num</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
</widget>
</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>