RealPlayUI.ui 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>502</width>
  10. <height>504</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>实时预览(RealPlay)</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="PlayWnd">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>501</width>
  23. <height>351</height>
  24. </rect>
  25. </property>
  26. <property name="styleSheet">
  27. <string notr="true">background-color: rgb(180, 180, 180);</string>
  28. </property>
  29. <property name="text">
  30. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;实时预览(RealPlay)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  31. </property>
  32. </widget>
  33. <widget class="QLineEdit" name="IP_lineEdit">
  34. <property name="geometry">
  35. <rect>
  36. <x>90</x>
  37. <y>380</y>
  38. <width>81</width>
  39. <height>20</height>
  40. </rect>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="IP_label">
  44. <property name="geometry">
  45. <rect>
  46. <x>10</x>
  47. <y>380</y>
  48. <width>61</width>
  49. <height>16</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>IP地址(IP)</string>
  54. </property>
  55. </widget>
  56. <widget class="QLabel" name="Port_label">
  57. <property name="geometry">
  58. <rect>
  59. <x>190</x>
  60. <y>380</y>
  61. <width>61</width>
  62. <height>16</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>端口(Port)</string>
  67. </property>
  68. </widget>
  69. <widget class="QLineEdit" name="Port_lineEdit">
  70. <property name="geometry">
  71. <rect>
  72. <x>260</x>
  73. <y>380</y>
  74. <width>61</width>
  75. <height>20</height>
  76. </rect>
  77. </property>
  78. </widget>
  79. <widget class="QLabel" name="Name_label">
  80. <property name="geometry">
  81. <rect>
  82. <x>10</x>
  83. <y>420</y>
  84. <width>71</width>
  85. <height>16</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>用户名(Name)</string>
  90. </property>
  91. </widget>
  92. <widget class="QLineEdit" name="Name_lineEdit">
  93. <property name="geometry">
  94. <rect>
  95. <x>90</x>
  96. <y>420</y>
  97. <width>81</width>
  98. <height>20</height>
  99. </rect>
  100. </property>
  101. </widget>
  102. <widget class="QLabel" name="Pwd_label">
  103. <property name="geometry">
  104. <rect>
  105. <x>190</x>
  106. <y>420</y>
  107. <width>54</width>
  108. <height>12</height>
  109. </rect>
  110. </property>
  111. <property name="text">
  112. <string>密码(PWD)</string>
  113. </property>
  114. </widget>
  115. <widget class="QLineEdit" name="Pwd_lineEdit">
  116. <property name="geometry">
  117. <rect>
  118. <x>260</x>
  119. <y>420</y>
  120. <width>111</width>
  121. <height>20</height>
  122. </rect>
  123. </property>
  124. <property name="echoMode">
  125. <enum>QLineEdit::Password</enum>
  126. </property>
  127. </widget>
  128. <widget class="QLabel" name="Channel_label">
  129. <property name="geometry">
  130. <rect>
  131. <x>330</x>
  132. <y>380</y>
  133. <width>81</width>
  134. <height>16</height>
  135. </rect>
  136. </property>
  137. <property name="text">
  138. <string>通道(Channel)</string>
  139. </property>
  140. </widget>
  141. <widget class="QComboBox" name="Channel_comboBox">
  142. <property name="geometry">
  143. <rect>
  144. <x>420</x>
  145. <y>380</y>
  146. <width>69</width>
  147. <height>22</height>
  148. </rect>
  149. </property>
  150. </widget>
  151. <widget class="QPushButton" name="login_btn">
  152. <property name="geometry">
  153. <rect>
  154. <x>400</x>
  155. <y>410</y>
  156. <width>91</width>
  157. <height>31</height>
  158. </rect>
  159. </property>
  160. <property name="text">
  161. <string>登录(Login)</string>
  162. </property>
  163. </widget>
  164. <widget class="QPushButton" name="play_btn">
  165. <property name="geometry">
  166. <rect>
  167. <x>400</x>
  168. <y>450</y>
  169. <width>91</width>
  170. <height>31</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>预览(Play)</string>
  175. </property>
  176. </widget>
  177. <widget class="QComboBox" name="StreamTyp_comboBox">
  178. <property name="enabled">
  179. <bool>false</bool>
  180. </property>
  181. <property name="geometry">
  182. <rect>
  183. <x>90</x>
  184. <y>460</y>
  185. <width>131</width>
  186. <height>22</height>
  187. </rect>
  188. </property>
  189. <item>
  190. <property name="text">
  191. <string>主码流(MainStream)</string>
  192. </property>
  193. </item>
  194. <item>
  195. <property name="text">
  196. <string>辅码流(ExtraStream)</string>
  197. </property>
  198. </item>
  199. </widget>
  200. <widget class="QLabel" name="label_5">
  201. <property name="geometry">
  202. <rect>
  203. <x>10</x>
  204. <y>460</y>
  205. <width>71</width>
  206. <height>16</height>
  207. </rect>
  208. </property>
  209. <property name="text">
  210. <string>码流(Stream)</string>
  211. </property>
  212. </widget>
  213. <widget class="QLabel" name="Channel_label_2">
  214. <property name="geometry">
  215. <rect>
  216. <x>240</x>
  217. <y>460</y>
  218. <width>81</width>
  219. <height>16</height>
  220. </rect>
  221. </property>
  222. <property name="text">
  223. <string>模式(Mode)</string>
  224. </property>
  225. </widget>
  226. <widget class="QComboBox" name="PlayMode_comboBox">
  227. <property name="enabled">
  228. <bool>false</bool>
  229. </property>
  230. <property name="geometry">
  231. <rect>
  232. <x>310</x>
  233. <y>460</y>
  234. <width>69</width>
  235. <height>22</height>
  236. </rect>
  237. </property>
  238. </widget>
  239. </widget>
  240. <widget class="QStatusBar" name="statusbar"/>
  241. </widget>
  242. <resources/>
  243. <connections/>
  244. </ui>