<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>GDDCSet</class>
 <widget class="QWidget" name="GDDCSet">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>761</width>
    <height>360</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
   <string notr="true"/>
  </property>
  <widget class="QGroupBox" name="groupBox">
   <property name="geometry">
    <rect>
     <x>30</x>
     <y>10</y>
     <width>701</width>
     <height>181</height>
    </rect>
   </property>
   <property name="title">
    <string>视频连接</string>
   </property>
   <property name="alignment">
    <set>Qt::AlignmentFlag::AlignCenter</set>
   </property>
   <widget class="QLabel" name="label_3">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>30</y>
      <width>61</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>流类型:</string>
    </property>
   </widget>
   <widget class="QComboBox" name="comboBox_streamType">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>30</y>
      <width>72</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="label_4">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>70</y>
      <width>61</width>
      <height>16</height>
     </rect>
    </property>
    <property name="text">
     <string>显示窗口1:</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_7">
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>100</y>
      <width>71</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>播放URL:</string>
    </property>
   </widget>
   <widget class="QComboBox" name="comboBox_playURL1">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>100</y>
      <width>491</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_ConnectURL1">
    <property name="geometry">
     <rect>
      <x>600</x>
      <y>100</y>
      <width>80</width>
      <height>23</height>
     </rect>
    </property>
    <property name="text">
     <string>连接</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_5">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>180</y>
      <width>61</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>显示窗口2:</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_6">
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>210</y>
      <width>61</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>播放URL:</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit_playURL2">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>210</y>
      <width>491</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_ConnectURL2">
    <property name="geometry">
     <rect>
      <x>600</x>
      <y>210</y>
      <width>80</width>
      <height>23</height>
     </rect>
    </property>
    <property name="text">
     <string>连接</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_14">
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>140</y>
      <width>71</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>推流地址:</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit_pushURL">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>140</y>
      <width>491</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_pushURL">
    <property name="geometry">
     <rect>
      <x>600</x>
      <y>140</y>
      <width>80</width>
      <height>23</height>
     </rect>
    </property>
    <property name="text">
     <string>推送</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_2">
   <property name="geometry">
    <rect>
     <x>30</x>
     <y>420</y>
     <width>701</width>
     <height>80</height>
    </rect>
   </property>
   <property name="title">
    <string>串口控制</string>
   </property>
   <property name="alignment">
    <set>Qt::AlignmentFlag::AlignCenter</set>
   </property>
   <widget class="QPushButton" name="pushButton_serialControlConnect">
    <property name="geometry">
     <rect>
      <x>600</x>
      <y>40</y>
      <width>80</width>
      <height>23</height>
     </rect>
    </property>
    <property name="text">
     <string>连接</string>
    </property>
   </widget>
   <widget class="QComboBox" name="comboBox_serialControlBaudRate">
    <property name="geometry">
     <rect>
      <x>310</x>
      <y>40</y>
      <width>72</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="label_9">
    <property name="geometry">
     <rect>
      <x>250</x>
      <y>40</y>
      <width>53</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>波特率:</string>
    </property>
   </widget>
   <widget class="QComboBox" name="comboBox_serialControlNumber">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>40</y>
      <width>72</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_serialControlRefalsh">
    <property name="geometry">
     <rect>
      <x>500</x>
      <y>40</y>
      <width>80</width>
      <height>23</height>
     </rect>
    </property>
    <property name="text">
     <string>刷新</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_8">
    <property name="geometry">
     <rect>
      <x>30</x>
      <y>40</y>
      <width>53</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>串口号:</string>
    </property>
   </widget>
  </widget>
  <widget class="QGroupBox" name="groupBox_3">
   <property name="geometry">
    <rect>
     <x>30</x>
     <y>200</y>
     <width>701</width>
     <height>141</height>
    </rect>
   </property>
   <property name="title">
    <string>网络控制</string>
   </property>
   <property name="alignment">
    <set>Qt::AlignmentFlag::AlignCenter</set>
   </property>
   <widget class="QPushButton" name="pushButton_NetCtrlConnect">
    <property name="geometry">
     <rect>
      <x>600</x>
      <y>80</y>
      <width>80</width>
      <height>31</height>
     </rect>
    </property>
    <property name="text">
     <string>连接</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioButton_NetCtrlUDP">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>28</y>
      <width>97</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>UDP</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit_NetCtrlLocalPort">
    <property name="geometry">
     <rect>
      <x>500</x>
      <y>98</y>
      <width>81</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="label_12">
    <property name="geometry">
     <rect>
      <x>420</x>
      <y>68</y>
      <width>71</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>设备端口:</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit_NetCtrlRemotePort">
    <property name="geometry">
     <rect>
      <x>500</x>
      <y>68</y>
      <width>81</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="label_10">
    <property name="geometry">
     <rect>
      <x>30</x>
      <y>68</y>
      <width>53</width>
      <height>15</height>
     </rect>
    </property>
    <property name="text">
     <string>远端IP:</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit_NetCtrlRemoteIp">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>68</y>
      <width>301</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit_NetCtrlLocalIp">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>98</y>
      <width>301</width>
      <height>23</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="label_11">
    <property name="geometry">
     <rect>
      <x>30</x>
      <y>98</y>
      <width>53</width>
      <height>15</height>
     </rect>
    </property>
    <property name="text">
     <string>本机IP:</string>
    </property>
   </widget>
   <widget class="QRadioButton" name="radioButton_NetCtrlTCP">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>28</y>
      <width>97</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>TCP</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_13">
    <property name="geometry">
     <rect>
      <x>420</x>
      <y>103</y>
      <width>71</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>本地端口:</string>
    </property>
   </widget>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>