<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>AudioIntercomClass</class>
|
<widget class="QWidget" name="AudioIntercomClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>573</width>
|
<height>252</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>AudioIntercom</string>
|
</property>
|
<widget class="QPushButton" name="pushButton_startintercom">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>72</y>
|
<width>101</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Start talk</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>23</x>
|
<y>30</y>
|
<width>131</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Audio talk channel</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>350</x>
|
<y>30</y>
|
<width>191</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>State:used/unused</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton__stopintercom">
|
<property name="geometry">
|
<rect>
|
<x>190</x>
|
<y>72</y>
|
<width>101</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Stop talk</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_4">
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>10</y>
|
<width>20</width>
|
<height>191</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="Line" name="line_3">
|
<property name="geometry">
|
<rect>
|
<x>3</x>
|
<y>10</y>
|
<width>20</width>
|
<height>191</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_exit">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>210</y>
|
<width>75</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Exit</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>190</y>
|
<width>551</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox_channel">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>30</y>
|
<width>121</width>
|
<height>22</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>0</y>
|
<width>551</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>130</y>
|
<width>131</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Callback data type</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBox_streamtype">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>130</y>
|
<width>91</width>
|
<height>22</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_refresh">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>210</y>
|
<width>75</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Update</string>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|