85 lines
1.8 KiB
XML
85 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CAvReceiverGui</class>
|
|
<widget class="QWidget" name="CAvReceiverGui">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>796</width>
|
|
<height>447</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>30</y>
|
|
<width>201</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>AvReceiver</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mRcvrStatusLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>130</y>
|
|
<width>181</width>
|
|
<height>231</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="mSpkBCheckBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>110</y>
|
|
<width>70</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Zone 2</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="mSpkACheckBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>110</y>
|
|
<width>70</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Main Zone</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mZone2StatusLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>140</y>
|
|
<width>171</width>
|
|
<height>191</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>TextLabel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|