<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ChannelAttrClass</class>
|
<widget class="QDialog" name="ChannelAttrClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>312</width>
|
<height>256</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>ChannelAttr</string>
|
</property>
|
<widget class="QLineEdit" name="channNum_lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>60</y>
|
<width>113</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="Line" name="line_4">
|
<property name="geometry">
|
<rect>
|
<x>290</x>
|
<y>10</y>
|
<width>20</width>
|
<height>201</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="devAddr_label">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>120</y>
|
<width>61</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>设备地址</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_4">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>150</y>
|
<width>61</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>传输协议</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="devName_label">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>90</y>
|
<width>61</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>设备名称</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="transProtocol_comboBox">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>150</y>
|
<width>111</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>TCP</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>UDP</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>Mcast</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>RTP</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>RTP/RTSP</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QLineEdit" name="devAddr_lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>120</y>
|
<width>113</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="Line" name="line_3">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>10</y>
|
<width>20</width>
|
<height>201</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_5">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>180</y>
|
<width>61</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>传输类型</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>200</y>
|
<width>291</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="devName_lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>90</y>
|
<width>113</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="sure_pushButton">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>220</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>确认</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="streamType_comboBox">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>180</y>
|
<width>111</width>
|
<height>22</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>主码流</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>子码流</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>0</y>
|
<width>291</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="cancel_pushButton">
|
<property name="geometry">
|
<rect>
|
<x>200</x>
|
<y>220</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>取消</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="channName_lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>30</y>
|
<width>113</width>
|
<height>20</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="channNodeName_label">
|
<property name="geometry">
|
<rect>
|
<x>53</x>
|
<y>30</y>
|
<width>61</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>通道名称</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="channNum_label">
|
<property name="geometry">
|
<rect>
|
<x>53</x>
|
<y>60</y>
|
<width>61</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>通道号</string>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|