123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>502</width>
- <height>504</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>实时预览(RealPlay)</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QLabel" name="PlayWnd">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>501</width>
- <height>351</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(180, 180, 180);</string>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><br/></p><p align="center">实时预览(RealPlay)</p></body></html></string>
- </property>
- </widget>
- <widget class="QLineEdit" name="IP_lineEdit">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>380</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="IP_label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>380</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>IP地址(IP)</string>
- </property>
- </widget>
- <widget class="QLabel" name="Port_label">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>380</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>端口(Port)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Port_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>380</y>
- <width>61</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="Name_label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>420</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>用户名(Name)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Name_lineEdit">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>420</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="Pwd_label">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>420</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>密码(PWD)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="Pwd_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>420</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLabel" name="Channel_label">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>380</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>通道(Channel)</string>
- </property>
- </widget>
- <widget class="QComboBox" name="Channel_comboBox">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>380</y>
- <width>69</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="login_btn">
- <property name="geometry">
- <rect>
- <x>400</x>
- <y>410</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>登录(Login)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="play_btn">
- <property name="geometry">
- <rect>
- <x>400</x>
- <y>450</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>预览(Play)</string>
- </property>
- </widget>
- <widget class="QComboBox" name="StreamTyp_comboBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>460</y>
- <width>131</width>
- <height>22</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>主码流(MainStream)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>辅码流(ExtraStream)</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>460</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>码流(Stream)</string>
- </property>
- </widget>
- <widget class="QLabel" name="Channel_label_2">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>460</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>模式(Mode)</string>
- </property>
- </widget>
- <widget class="QComboBox" name="PlayMode_comboBox">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>460</y>
- <width>69</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|