pickupUi.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>835</width>
  10. <height>567</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="1" column="0">
  18. <spacer name="horizontalSpacer_8">
  19. <property name="orientation">
  20. <enum>Qt::Horizontal</enum>
  21. </property>
  22. <property name="sizeType">
  23. <enum>QSizePolicy::Fixed</enum>
  24. </property>
  25. <property name="sizeHint" stdset="0">
  26. <size>
  27. <width>20</width>
  28. <height>40</height>
  29. </size>
  30. </property>
  31. </spacer>
  32. </item>
  33. <item row="0" column="1">
  34. <spacer name="verticalSpacer_2">
  35. <property name="orientation">
  36. <enum>Qt::Vertical</enum>
  37. </property>
  38. <property name="sizeType">
  39. <enum>QSizePolicy::Fixed</enum>
  40. </property>
  41. <property name="sizeHint" stdset="0">
  42. <size>
  43. <width>40</width>
  44. <height>0</height>
  45. </size>
  46. </property>
  47. </spacer>
  48. </item>
  49. <item row="1" column="1">
  50. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,2,1,1">
  51. <property name="spacing">
  52. <number>5</number>
  53. </property>
  54. <property name="sizeConstraint">
  55. <enum>QLayout::SetFixedSize</enum>
  56. </property>
  57. <item>
  58. <layout class="QVBoxLayout" name="verticalLayout">
  59. <item>
  60. <widget class="QLabel" name="label">
  61. <property name="sizePolicy">
  62. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  63. <horstretch>0</horstretch>
  64. <verstretch>0</verstretch>
  65. </sizepolicy>
  66. </property>
  67. <property name="maximumSize">
  68. <size>
  69. <width>16777215</width>
  70. <height>50</height>
  71. </size>
  72. </property>
  73. <property name="styleSheet">
  74. <string notr="true">font: 15pt &quot;3ds&quot;;</string>
  75. </property>
  76. <property name="text">
  77. <string>请确认取车信息</string>
  78. </property>
  79. <property name="alignment">
  80. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </item>
  86. <item>
  87. <layout class="QVBoxLayout" name="pickup_verticalLayout">
  88. <property name="sizeConstraint">
  89. <enum>QLayout::SetMinimumSize</enum>
  90. </property>
  91. <property name="rightMargin">
  92. <number>9</number>
  93. </property>
  94. </layout>
  95. </item>
  96. <item>
  97. <layout class="QHBoxLayout" name="horizontalLayout_2">
  98. <item>
  99. <spacer name="horizontalSpacer_6">
  100. <property name="orientation">
  101. <enum>Qt::Horizontal</enum>
  102. </property>
  103. <property name="sizeHint" stdset="0">
  104. <size>
  105. <width>40</width>
  106. <height>20</height>
  107. </size>
  108. </property>
  109. </spacer>
  110. </item>
  111. <item>
  112. <widget class="QLabel" name="label_2">
  113. <property name="sizePolicy">
  114. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  115. <horstretch>2</horstretch>
  116. <verstretch>2</verstretch>
  117. </sizepolicy>
  118. </property>
  119. <property name="maximumSize">
  120. <size>
  121. <width>350</width>
  122. <height>16777215</height>
  123. </size>
  124. </property>
  125. <property name="layoutDirection">
  126. <enum>Qt::LeftToRight</enum>
  127. </property>
  128. <property name="styleSheet">
  129. <string notr="true">font: 15pt &quot;3ds&quot;;</string>
  130. </property>
  131. <property name="text">
  132. <string>请输入密码:</string>
  133. </property>
  134. <property name="alignment">
  135. <set>Qt::AlignCenter</set>
  136. </property>
  137. </widget>
  138. </item>
  139. <item>
  140. <widget class="QLineEdit" name="password_lineEdit">
  141. <property name="sizePolicy">
  142. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  143. <horstretch>2</horstretch>
  144. <verstretch>0</verstretch>
  145. </sizepolicy>
  146. </property>
  147. <property name="minimumSize">
  148. <size>
  149. <width>160</width>
  150. <height>0</height>
  151. </size>
  152. </property>
  153. <property name="maximumSize">
  154. <size>
  155. <width>300</width>
  156. <height>30</height>
  157. </size>
  158. </property>
  159. <property name="font">
  160. <font>
  161. <pointsize>15</pointsize>
  162. </font>
  163. </property>
  164. <property name="text">
  165. <string/>
  166. </property>
  167. </widget>
  168. </item>
  169. <item>
  170. <spacer name="horizontalSpacer_7">
  171. <property name="orientation">
  172. <enum>Qt::Horizontal</enum>
  173. </property>
  174. <property name="sizeHint" stdset="0">
  175. <size>
  176. <width>40</width>
  177. <height>40</height>
  178. </size>
  179. </property>
  180. </spacer>
  181. </item>
  182. </layout>
  183. </item>
  184. <item>
  185. <layout class="QHBoxLayout" name="horizontalLayout">
  186. <item>
  187. <spacer name="horizontalSpacer_3">
  188. <property name="orientation">
  189. <enum>Qt::Horizontal</enum>
  190. </property>
  191. <property name="sizeType">
  192. <enum>QSizePolicy::Preferred</enum>
  193. </property>
  194. <property name="sizeHint" stdset="0">
  195. <size>
  196. <width>40</width>
  197. <height>40</height>
  198. </size>
  199. </property>
  200. </spacer>
  201. </item>
  202. <item>
  203. <widget class="QPushButton" name="cancel_pushButton">
  204. <property name="sizePolicy">
  205. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  206. <horstretch>2</horstretch>
  207. <verstretch>1</verstretch>
  208. </sizepolicy>
  209. </property>
  210. <property name="maximumSize">
  211. <size>
  212. <width>200</width>
  213. <height>80</height>
  214. </size>
  215. </property>
  216. <property name="font">
  217. <font>
  218. <pointsize>20</pointsize>
  219. <weight>50</weight>
  220. <bold>false</bold>
  221. <stylestrategy>PreferAntialias</stylestrategy>
  222. <kerning>false</kerning>
  223. </font>
  224. </property>
  225. <property name="mouseTracking">
  226. <bool>true</bool>
  227. </property>
  228. <property name="contextMenuPolicy">
  229. <enum>Qt::DefaultContextMenu</enum>
  230. </property>
  231. <property name="autoFillBackground">
  232. <bool>false</bool>
  233. </property>
  234. <property name="text">
  235. <string> 取 消 </string>
  236. </property>
  237. <property name="checkable">
  238. <bool>false</bool>
  239. </property>
  240. <property name="checked">
  241. <bool>false</bool>
  242. </property>
  243. <property name="autoRepeat">
  244. <bool>false</bool>
  245. </property>
  246. <property name="autoExclusive">
  247. <bool>false</bool>
  248. </property>
  249. <property name="autoDefault">
  250. <bool>false</bool>
  251. </property>
  252. </widget>
  253. </item>
  254. <item>
  255. <spacer name="horizontalSpacer_4">
  256. <property name="orientation">
  257. <enum>Qt::Horizontal</enum>
  258. </property>
  259. <property name="sizeType">
  260. <enum>QSizePolicy::Preferred</enum>
  261. </property>
  262. <property name="sizeHint" stdset="0">
  263. <size>
  264. <width>40</width>
  265. <height>40</height>
  266. </size>
  267. </property>
  268. </spacer>
  269. </item>
  270. <item>
  271. <spacer name="horizontalSpacer">
  272. <property name="orientation">
  273. <enum>Qt::Horizontal</enum>
  274. </property>
  275. <property name="sizeType">
  276. <enum>QSizePolicy::Preferred</enum>
  277. </property>
  278. <property name="sizeHint" stdset="0">
  279. <size>
  280. <width>40</width>
  281. <height>40</height>
  282. </size>
  283. </property>
  284. </spacer>
  285. </item>
  286. <item>
  287. <widget class="QPushButton" name="confirm_pushButton">
  288. <property name="sizePolicy">
  289. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  290. <horstretch>2</horstretch>
  291. <verstretch>1</verstretch>
  292. </sizepolicy>
  293. </property>
  294. <property name="maximumSize">
  295. <size>
  296. <width>200</width>
  297. <height>80</height>
  298. </size>
  299. </property>
  300. <property name="font">
  301. <font>
  302. <pointsize>20</pointsize>
  303. <weight>50</weight>
  304. <bold>false</bold>
  305. <stylestrategy>PreferAntialias</stylestrategy>
  306. </font>
  307. </property>
  308. <property name="mouseTracking">
  309. <bool>true</bool>
  310. </property>
  311. <property name="autoFillBackground">
  312. <bool>false</bool>
  313. </property>
  314. <property name="text">
  315. <string>确认取车</string>
  316. </property>
  317. <property name="checkable">
  318. <bool>false</bool>
  319. </property>
  320. </widget>
  321. </item>
  322. <item>
  323. <spacer name="horizontalSpacer_2">
  324. <property name="orientation">
  325. <enum>Qt::Horizontal</enum>
  326. </property>
  327. <property name="sizeType">
  328. <enum>QSizePolicy::Preferred</enum>
  329. </property>
  330. <property name="sizeHint" stdset="0">
  331. <size>
  332. <width>40</width>
  333. <height>40</height>
  334. </size>
  335. </property>
  336. </spacer>
  337. </item>
  338. </layout>
  339. </item>
  340. </layout>
  341. </item>
  342. <item row="3" column="1">
  343. <spacer name="verticalSpacer">
  344. <property name="orientation">
  345. <enum>Qt::Vertical</enum>
  346. </property>
  347. <property name="sizeType">
  348. <enum>QSizePolicy::Fixed</enum>
  349. </property>
  350. <property name="sizeHint" stdset="0">
  351. <size>
  352. <width>40</width>
  353. <height>5</height>
  354. </size>
  355. </property>
  356. </spacer>
  357. </item>
  358. <item row="1" column="2">
  359. <spacer name="horizontalSpacer_9">
  360. <property name="orientation">
  361. <enum>Qt::Horizontal</enum>
  362. </property>
  363. <property name="sizeType">
  364. <enum>QSizePolicy::Fixed</enum>
  365. </property>
  366. <property name="sizeHint" stdset="0">
  367. <size>
  368. <width>20</width>
  369. <height>40</height>
  370. </size>
  371. </property>
  372. </spacer>
  373. </item>
  374. </layout>
  375. </widget>
  376. <resources/>
  377. <connections/>
  378. </ui>