PlayBackUI.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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>1001</width>
  10. <height>678</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>回放(PlayBack)</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QGroupBox" name="groupBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>20</x>
  21. <y>10</y>
  22. <width>961</width>
  23. <height>61</height>
  24. </rect>
  25. </property>
  26. <property name="title">
  27. <string>设备登录(Device Login)</string>
  28. </property>
  29. <widget class="QLabel" name="label">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>30</y>
  34. <width>61</width>
  35. <height>16</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>IP地址(IP)</string>
  40. </property>
  41. </widget>
  42. <widget class="QLineEdit" name="IP_lineEdit">
  43. <property name="geometry">
  44. <rect>
  45. <x>80</x>
  46. <y>30</y>
  47. <width>121</width>
  48. <height>20</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. <widget class="QLabel" name="label_2">
  53. <property name="geometry">
  54. <rect>
  55. <x>220</x>
  56. <y>30</y>
  57. <width>61</width>
  58. <height>16</height>
  59. </rect>
  60. </property>
  61. <property name="text">
  62. <string>端口(Port)</string>
  63. </property>
  64. </widget>
  65. <widget class="QLineEdit" name="Port_lineEdit">
  66. <property name="geometry">
  67. <rect>
  68. <x>280</x>
  69. <y>30</y>
  70. <width>113</width>
  71. <height>20</height>
  72. </rect>
  73. </property>
  74. </widget>
  75. <widget class="QLabel" name="label_3">
  76. <property name="geometry">
  77. <rect>
  78. <x>420</x>
  79. <y>30</y>
  80. <width>71</width>
  81. <height>16</height>
  82. </rect>
  83. </property>
  84. <property name="text">
  85. <string>用户名(Name)</string>
  86. </property>
  87. </widget>
  88. <widget class="QLineEdit" name="Name_lineEdit">
  89. <property name="geometry">
  90. <rect>
  91. <x>500</x>
  92. <y>30</y>
  93. <width>113</width>
  94. <height>20</height>
  95. </rect>
  96. </property>
  97. </widget>
  98. <widget class="QLabel" name="label_4">
  99. <property name="geometry">
  100. <rect>
  101. <x>640</x>
  102. <y>30</y>
  103. <width>61</width>
  104. <height>16</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>密码(PWD)</string>
  109. </property>
  110. </widget>
  111. <widget class="QLineEdit" name="Pwd_lineEdit">
  112. <property name="geometry">
  113. <rect>
  114. <x>700</x>
  115. <y>30</y>
  116. <width>113</width>
  117. <height>20</height>
  118. </rect>
  119. </property>
  120. <property name="echoMode">
  121. <enum>QLineEdit::Password</enum>
  122. </property>
  123. </widget>
  124. <widget class="QPushButton" name="Login_pushButton">
  125. <property name="geometry">
  126. <rect>
  127. <x>840</x>
  128. <y>20</y>
  129. <width>91</width>
  130. <height>31</height>
  131. </rect>
  132. </property>
  133. <property name="text">
  134. <string>登录(Login)</string>
  135. </property>
  136. </widget>
  137. </widget>
  138. <widget class="QLabel" name="PlayBackWnd">
  139. <property name="geometry">
  140. <rect>
  141. <x>10</x>
  142. <y>80</y>
  143. <width>691</width>
  144. <height>551</height>
  145. </rect>
  146. </property>
  147. <property name="autoFillBackground">
  148. <bool>false</bool>
  149. </property>
  150. <property name="styleSheet">
  151. <string notr="true">background-color: rgb(180, 180, 180);</string>
  152. </property>
  153. <property name="text">
  154. <string>回放(PlayBack)</string>
  155. </property>
  156. <property name="alignment">
  157. <set>Qt::AlignCenter</set>
  158. </property>
  159. </widget>
  160. <widget class="QCalendarWidget" name="SelectDate_calendarWidget">
  161. <property name="enabled">
  162. <bool>false</bool>
  163. </property>
  164. <property name="geometry">
  165. <rect>
  166. <x>720</x>
  167. <y>160</y>
  168. <width>251</width>
  169. <height>201</height>
  170. </rect>
  171. </property>
  172. <property name="selectedDate">
  173. <date>
  174. <year>2020</year>
  175. <month>4</month>
  176. <day>10</day>
  177. </date>
  178. </property>
  179. <property name="firstDayOfWeek">
  180. <enum>Qt::Monday</enum>
  181. </property>
  182. <property name="gridVisible">
  183. <bool>true</bool>
  184. </property>
  185. <property name="selectionMode">
  186. <enum>QCalendarWidget::SingleSelection</enum>
  187. </property>
  188. <property name="horizontalHeaderFormat">
  189. <enum>QCalendarWidget::ShortDayNames</enum>
  190. </property>
  191. <property name="verticalHeaderFormat">
  192. <enum>QCalendarWidget::NoVerticalHeader</enum>
  193. </property>
  194. <property name="navigationBarVisible">
  195. <bool>true</bool>
  196. </property>
  197. <property name="dateEditEnabled">
  198. <bool>true</bool>
  199. </property>
  200. </widget>
  201. <widget class="QGroupBox" name="groupBox_2">
  202. <property name="geometry">
  203. <rect>
  204. <x>710</x>
  205. <y>80</y>
  206. <width>271</width>
  207. <height>371</height>
  208. </rect>
  209. </property>
  210. <property name="title">
  211. <string>回放操作(PlayBack)</string>
  212. </property>
  213. <widget class="QRadioButton" name="exist_radioButton">
  214. <property name="geometry">
  215. <rect>
  216. <x>50</x>
  217. <y>300</y>
  218. <width>151</width>
  219. <height>16</height>
  220. </rect>
  221. </property>
  222. <property name="text">
  223. <string>存在录像(exist video)</string>
  224. </property>
  225. <property name="checkable">
  226. <bool>true</bool>
  227. </property>
  228. </widget>
  229. <widget class="QComboBox" name="Channel_comboBox">
  230. <property name="enabled">
  231. <bool>false</bool>
  232. </property>
  233. <property name="geometry">
  234. <rect>
  235. <x>110</x>
  236. <y>20</y>
  237. <width>61</width>
  238. <height>22</height>
  239. </rect>
  240. </property>
  241. </widget>
  242. <widget class="QLabel" name="Channel_label">
  243. <property name="geometry">
  244. <rect>
  245. <x>20</x>
  246. <y>20</y>
  247. <width>81</width>
  248. <height>16</height>
  249. </rect>
  250. </property>
  251. <property name="text">
  252. <string>通道(channel)</string>
  253. </property>
  254. </widget>
  255. <widget class="QComboBox" name="StreamTyp_comboBox">
  256. <property name="enabled">
  257. <bool>false</bool>
  258. </property>
  259. <property name="geometry">
  260. <rect>
  261. <x>110</x>
  262. <y>50</y>
  263. <width>131</width>
  264. <height>22</height>
  265. </rect>
  266. </property>
  267. <item>
  268. <property name="text">
  269. <string>主码流(MainStream)</string>
  270. </property>
  271. </item>
  272. <item>
  273. <property name="text">
  274. <string>辅码流(ExtraStream)</string>
  275. </property>
  276. </item>
  277. </widget>
  278. <widget class="QLabel" name="label_5">
  279. <property name="geometry">
  280. <rect>
  281. <x>20</x>
  282. <y>50</y>
  283. <width>71</width>
  284. <height>16</height>
  285. </rect>
  286. </property>
  287. <property name="text">
  288. <string>码流(Stream)</string>
  289. </property>
  290. </widget>
  291. <widget class="QPushButton" name="Pause_pushbutton">
  292. <property name="enabled">
  293. <bool>false</bool>
  294. </property>
  295. <property name="geometry">
  296. <rect>
  297. <x>160</x>
  298. <y>330</y>
  299. <width>101</width>
  300. <height>31</height>
  301. </rect>
  302. </property>
  303. <property name="text">
  304. <string>暂停(Pause)</string>
  305. </property>
  306. </widget>
  307. <widget class="QPushButton" name="PlayBack_pushbutton">
  308. <property name="enabled">
  309. <bool>false</bool>
  310. </property>
  311. <property name="geometry">
  312. <rect>
  313. <x>10</x>
  314. <y>330</y>
  315. <width>101</width>
  316. <height>31</height>
  317. </rect>
  318. </property>
  319. <property name="text">
  320. <string>播放(Play)</string>
  321. </property>
  322. </widget>
  323. </widget>
  324. <widget class="QGroupBox" name="groupBox_3">
  325. <property name="geometry">
  326. <rect>
  327. <x>710</x>
  328. <y>460</y>
  329. <width>271</width>
  330. <height>181</height>
  331. </rect>
  332. </property>
  333. <property name="title">
  334. <string>下载(download)</string>
  335. </property>
  336. <widget class="QDateTimeEdit" name="Start_dateTimeEdit">
  337. <property name="geometry">
  338. <rect>
  339. <x>130</x>
  340. <y>30</y>
  341. <width>131</width>
  342. <height>22</height>
  343. </rect>
  344. </property>
  345. <property name="dateTime">
  346. <datetime>
  347. <hour>0</hour>
  348. <minute>0</minute>
  349. <second>0</second>
  350. <year>2020</year>
  351. <month>5</month>
  352. <day>9</day>
  353. </datetime>
  354. </property>
  355. <property name="displayFormat">
  356. <string>yyyy/M/d HH:mm:ss</string>
  357. </property>
  358. </widget>
  359. <widget class="QLabel" name="label_7">
  360. <property name="geometry">
  361. <rect>
  362. <x>10</x>
  363. <y>30</y>
  364. <width>121</width>
  365. <height>16</height>
  366. </rect>
  367. </property>
  368. <property name="text">
  369. <string>起始时间(StartTime)</string>
  370. </property>
  371. </widget>
  372. <widget class="QLabel" name="label_8">
  373. <property name="geometry">
  374. <rect>
  375. <x>20</x>
  376. <y>70</y>
  377. <width>111</width>
  378. <height>16</height>
  379. </rect>
  380. </property>
  381. <property name="text">
  382. <string>结束时间(EndTime)</string>
  383. </property>
  384. </widget>
  385. <widget class="QDateTimeEdit" name="End_dateTimeEdit">
  386. <property name="geometry">
  387. <rect>
  388. <x>130</x>
  389. <y>70</y>
  390. <width>131</width>
  391. <height>22</height>
  392. </rect>
  393. </property>
  394. <property name="dateTime">
  395. <datetime>
  396. <hour>0</hour>
  397. <minute>22</minute>
  398. <second>0</second>
  399. <year>2020</year>
  400. <month>5</month>
  401. <day>9</day>
  402. </datetime>
  403. </property>
  404. <property name="displayFormat">
  405. <string>yyyy/M/d HH:mm:ss</string>
  406. </property>
  407. </widget>
  408. <widget class="QPushButton" name="Download_pushButton">
  409. <property name="enabled">
  410. <bool>false</bool>
  411. </property>
  412. <property name="geometry">
  413. <rect>
  414. <x>70</x>
  415. <y>110</y>
  416. <width>101</width>
  417. <height>31</height>
  418. </rect>
  419. </property>
  420. <property name="text">
  421. <string>下载(download)</string>
  422. </property>
  423. </widget>
  424. <widget class="QProgressBar" name="Download_progressBar">
  425. <property name="geometry">
  426. <rect>
  427. <x>70</x>
  428. <y>150</y>
  429. <width>118</width>
  430. <height>23</height>
  431. </rect>
  432. </property>
  433. <property name="maximum">
  434. <number>100</number>
  435. </property>
  436. <property name="value">
  437. <number>0</number>
  438. </property>
  439. <property name="textDirection">
  440. <enum>QProgressBar::TopToBottom</enum>
  441. </property>
  442. </widget>
  443. </widget>
  444. <zorder>groupBox_2</zorder>
  445. <zorder>groupBox</zorder>
  446. <zorder>PlayBackWnd</zorder>
  447. <zorder>SelectDate_calendarWidget</zorder>
  448. <zorder>groupBox_3</zorder>
  449. </widget>
  450. <widget class="QMenuBar" name="menubar">
  451. <property name="geometry">
  452. <rect>
  453. <x>0</x>
  454. <y>0</y>
  455. <width>1001</width>
  456. <height>23</height>
  457. </rect>
  458. </property>
  459. </widget>
  460. <widget class="QStatusBar" name="statusbar"/>
  461. </widget>
  462. <resources/>
  463. <connections/>
  464. </ui>