dialog.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>1966</width>
  13. <height>1347</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>MainWindow</string>
  18. </property>
  19. <widget class="QLabel" name="DisplayLabel">
  20. <property name="geometry">
  21. <rect>
  22. <x>130</x>
  23. <y>50</y>
  24. <width>1291</width>
  25. <height>951</height>
  26. </rect>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true">border-width: 1px;border-style: solid;border-color: rgb(0, 0, 0);</string>
  30. </property>
  31. <property name="text">
  32. <string/>
  33. </property>
  34. <property name="scaledContents">
  35. <bool>true</bool>
  36. </property>
  37. <property name="margin">
  38. <number>1</number>
  39. </property>
  40. </widget>
  41. <widget class="QPushButton" name="OpenButton">
  42. <property name="enabled">
  43. <bool>true</bool>
  44. </property>
  45. <property name="geometry">
  46. <rect>
  47. <x>1540</x>
  48. <y>420</y>
  49. <width>111</width>
  50. <height>41</height>
  51. </rect>
  52. </property>
  53. <property name="cursor">
  54. <cursorShape>ArrowCursor</cursorShape>
  55. </property>
  56. <property name="text">
  57. <string>开始预览</string>
  58. </property>
  59. </widget>
  60. <widget class="QPushButton" name="CloseButton">
  61. <property name="enabled">
  62. <bool>false</bool>
  63. </property>
  64. <property name="geometry">
  65. <rect>
  66. <x>1700</x>
  67. <y>420</y>
  68. <width>141</width>
  69. <height>41</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>停止预览</string>
  74. </property>
  75. </widget>
  76. <widget class="QStatusBar" name="statusBar">
  77. <property name="geometry">
  78. <rect>
  79. <x>0</x>
  80. <y>0</y>
  81. <width>3</width>
  82. <height>22</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="IpLabel">
  87. <property name="geometry">
  88. <rect>
  89. <x>1480</x>
  90. <y>156</y>
  91. <width>51</width>
  92. <height>30</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>IP</string>
  97. </property>
  98. </widget>
  99. <widget class="QLineEdit" name="IPLineEdit">
  100. <property name="geometry">
  101. <rect>
  102. <x>1540</x>
  103. <y>140</y>
  104. <width>301</width>
  105. <height>61</height>
  106. </rect>
  107. </property>
  108. </widget>
  109. <widget class="QLineEdit" name="AcccountLineEdit">
  110. <property name="geometry">
  111. <rect>
  112. <x>1540</x>
  113. <y>230</y>
  114. <width>301</width>
  115. <height>61</height>
  116. </rect>
  117. </property>
  118. </widget>
  119. <widget class="QLabel" name="AccountLabel">
  120. <property name="geometry">
  121. <rect>
  122. <x>1480</x>
  123. <y>244</y>
  124. <width>51</width>
  125. <height>30</height>
  126. </rect>
  127. </property>
  128. <property name="text">
  129. <string>账号</string>
  130. </property>
  131. </widget>
  132. <widget class="QLabel" name="PwdLabel">
  133. <property name="geometry">
  134. <rect>
  135. <x>1480</x>
  136. <y>328</y>
  137. <width>51</width>
  138. <height>30</height>
  139. </rect>
  140. </property>
  141. <property name="text">
  142. <string>密码</string>
  143. </property>
  144. </widget>
  145. <widget class="QLineEdit" name="PwdLineEdit">
  146. <property name="geometry">
  147. <rect>
  148. <x>1540</x>
  149. <y>315</y>
  150. <width>301</width>
  151. <height>61</height>
  152. </rect>
  153. </property>
  154. </widget>
  155. <widget class="QLineEdit" name="SavePicDirLineEdit">
  156. <property name="geometry">
  157. <rect>
  158. <x>1540</x>
  159. <y>525</y>
  160. <width>301</width>
  161. <height>61</height>
  162. </rect>
  163. </property>
  164. </widget>
  165. <widget class="QLabel" name="PwdLabel_2">
  166. <property name="geometry">
  167. <rect>
  168. <x>1430</x>
  169. <y>536</y>
  170. <width>101</width>
  171. <height>30</height>
  172. </rect>
  173. </property>
  174. <property name="text">
  175. <string>图片地址</string>
  176. </property>
  177. </widget>
  178. <widget class="QLabel" name="PortLabel_2">
  179. <property name="geometry">
  180. <rect>
  181. <x>1460</x>
  182. <y>66</y>
  183. <width>71</width>
  184. <height>30</height>
  185. </rect>
  186. </property>
  187. <property name="text">
  188. <string>摄像头</string>
  189. </property>
  190. </widget>
  191. <widget class="QComboBox" name="LocationcomboBox">
  192. <property name="geometry">
  193. <rect>
  194. <x>1540</x>
  195. <y>50</y>
  196. <width>371</width>
  197. <height>61</height>
  198. </rect>
  199. </property>
  200. </widget>
  201. </widget>
  202. <layoutdefault spacing="6" margin="11"/>
  203. <resources/>
  204. <connections/>
  205. </ui>