CapturePictureUI.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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>703</width>
  10. <height>659</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>抓图Capture(离线offline)</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QGroupBox" name="Login_groupBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>10</y>
  22. <width>681</width>
  23. <height>101</height>
  24. </rect>
  25. </property>
  26. <property name="title">
  27. <string>登录信息(Login info)</string>
  28. </property>
  29. <widget class="QLineEdit" name="User_lineEdit">
  30. <property name="geometry">
  31. <rect>
  32. <x>110</x>
  33. <y>60</y>
  34. <width>111</width>
  35. <height>20</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QLineEdit" name="Pwd_lineEdit">
  40. <property name="geometry">
  41. <rect>
  42. <x>320</x>
  43. <y>60</y>
  44. <width>111</width>
  45. <height>20</height>
  46. </rect>
  47. </property>
  48. <property name="echoMode">
  49. <enum>QLineEdit::Password</enum>
  50. </property>
  51. </widget>
  52. <widget class="QLabel" name="Port_label">
  53. <property name="geometry">
  54. <rect>
  55. <x>230</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="QLabel" name="IP_label">
  66. <property name="geometry">
  67. <rect>
  68. <x>10</x>
  69. <y>30</y>
  70. <width>61</width>
  71. <height>16</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>IP地址(IP)</string>
  76. </property>
  77. </widget>
  78. <widget class="QLineEdit" name="Port_lineEdit">
  79. <property name="geometry">
  80. <rect>
  81. <x>320</x>
  82. <y>30</y>
  83. <width>111</width>
  84. <height>20</height>
  85. </rect>
  86. </property>
  87. </widget>
  88. <widget class="QLabel" name="Pwd_label">
  89. <property name="geometry">
  90. <rect>
  91. <x>230</x>
  92. <y>60</y>
  93. <width>91</width>
  94. <height>16</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string>密码(Password)</string>
  99. </property>
  100. </widget>
  101. <widget class="QLabel" name="User_label">
  102. <property name="geometry">
  103. <rect>
  104. <x>3</x>
  105. <y>60</y>
  106. <width>101</width>
  107. <height>20</height>
  108. </rect>
  109. </property>
  110. <property name="text">
  111. <string>用户名(Username)</string>
  112. </property>
  113. </widget>
  114. <widget class="QLineEdit" name="IP_lineEdit">
  115. <property name="geometry">
  116. <rect>
  117. <x>110</x>
  118. <y>30</y>
  119. <width>109</width>
  120. <height>20</height>
  121. </rect>
  122. </property>
  123. </widget>
  124. <widget class="QPushButton" name="Login_pushButton">
  125. <property name="geometry">
  126. <rect>
  127. <x>450</x>
  128. <y>40</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 class="QPushButton" name="Logout_pushButton">
  138. <property name="geometry">
  139. <rect>
  140. <x>560</x>
  141. <y>40</y>
  142. <width>91</width>
  143. <height>31</height>
  144. </rect>
  145. </property>
  146. <property name="text">
  147. <string>登出(Logout)</string>
  148. </property>
  149. </widget>
  150. </widget>
  151. <widget class="QGroupBox" name="Capture_groupBox">
  152. <property name="geometry">
  153. <rect>
  154. <x>10</x>
  155. <y>130</y>
  156. <width>681</width>
  157. <height>481</height>
  158. </rect>
  159. </property>
  160. <property name="title">
  161. <string>抓图(Capture)</string>
  162. </property>
  163. <widget class="QLabel" name="Channel_label">
  164. <property name="geometry">
  165. <rect>
  166. <x>10</x>
  167. <y>20</y>
  168. <width>81</width>
  169. <height>16</height>
  170. </rect>
  171. </property>
  172. <property name="text">
  173. <string>通道(Channel)</string>
  174. </property>
  175. </widget>
  176. <widget class="QComboBox" name="Channel_comboBox">
  177. <property name="geometry">
  178. <rect>
  179. <x>100</x>
  180. <y>20</y>
  181. <width>69</width>
  182. <height>22</height>
  183. </rect>
  184. </property>
  185. </widget>
  186. <widget class="QPushButton" name="Capture_pushButton">
  187. <property name="geometry">
  188. <rect>
  189. <x>210</x>
  190. <y>12</y>
  191. <width>111</width>
  192. <height>31</height>
  193. </rect>
  194. </property>
  195. <property name="text">
  196. <string>抓图(Capture)</string>
  197. </property>
  198. </widget>
  199. <widget class="QLabel" name="Picture_label">
  200. <property name="geometry">
  201. <rect>
  202. <x>20</x>
  203. <y>50</y>
  204. <width>641</width>
  205. <height>411</height>
  206. </rect>
  207. </property>
  208. <property name="styleSheet">
  209. <string notr="true">background-color: rgb(202, 202, 202);</string>
  210. </property>
  211. <property name="text">
  212. <string/>
  213. </property>
  214. </widget>
  215. </widget>
  216. </widget>
  217. <widget class="QMenuBar" name="menubar">
  218. <property name="geometry">
  219. <rect>
  220. <x>0</x>
  221. <y>0</y>
  222. <width>703</width>
  223. <height>23</height>
  224. </rect>
  225. </property>
  226. </widget>
  227. <widget class="QStatusBar" name="statusbar"/>
  228. <action name="Switch_action">
  229. <property name="text">
  230. <string>中英文切换</string>
  231. </property>
  232. </action>
  233. </widget>
  234. <resources/>
  235. <connections/>
  236. </ui>