reparkingUi.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>291</width>
  10. <height>58</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="font">
  20. <font>
  21. <pointsize>12</pointsize>
  22. <weight>75</weight>
  23. <bold>true</bold>
  24. </font>
  25. </property>
  26. <property name="text">
  27. <string>目的地车位号:</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QLineEdit" name="park_lineEdit">
  33. <property name="minimumSize">
  34. <size>
  35. <width>0</width>
  36. <height>38</height>
  37. </size>
  38. </property>
  39. <property name="font">
  40. <font>
  41. <pointsize>28</pointsize>
  42. </font>
  43. </property>
  44. <property name="text">
  45. <string/>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QPushButton" name="OK_pushButton">
  51. <property name="minimumSize">
  52. <size>
  53. <width>0</width>
  54. <height>36</height>
  55. </size>
  56. </property>
  57. <property name="font">
  58. <font>
  59. <pointsize>24</pointsize>
  60. </font>
  61. </property>
  62. <property name="text">
  63. <string>确认</string>
  64. </property>
  65. </widget>
  66. </item>
  67. </layout>
  68. </widget>
  69. <resources/>
  70. <connections/>
  71. </ui>