ui.ui 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>1328</width>
  10. <height>890</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="autoFillBackground">
  17. <bool>false</bool>
  18. </property>
  19. <property name="styleSheet">
  20. <string notr="true"/>
  21. </property>
  22. <widget class="QWidget" name="centralwidget">
  23. <layout class="QVBoxLayout" name="verticalLayout" stretch="2,12,1">
  24. <item>
  25. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,2">
  26. <item>
  27. <widget class="QLabel" name="image_label">
  28. <property name="text">
  29. <string/>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QLabel" name="label">
  35. <property name="maximumSize">
  36. <size>
  37. <width>16777215</width>
  38. <height>16777215</height>
  39. </size>
  40. </property>
  41. <property name="font">
  42. <font>
  43. <family>华文楷体</family>
  44. <pointsize>40</pointsize>
  45. <weight>75</weight>
  46. <bold>true</bold>
  47. </font>
  48. </property>
  49. <property name="styleSheet">
  50. <string notr="true">color: blue</string>
  51. </property>
  52. <property name="text">
  53. <string>上古街停车库取车排队信息</string>
  54. </property>
  55. <property name="alignment">
  56. <set>Qt::AlignCenter</set>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </item>
  62. <item>
  63. <layout class="QHBoxLayout" name="process_horizontalLayout"/>
  64. </item>
  65. <item>
  66. <layout class="QHBoxLayout" name="unit_horizontalLayout"/>
  67. </item>
  68. </layout>
  69. </widget>
  70. <widget class="QMenuBar" name="menubar">
  71. <property name="geometry">
  72. <rect>
  73. <x>0</x>
  74. <y>0</y>
  75. <width>1328</width>
  76. <height>23</height>
  77. </rect>
  78. </property>
  79. </widget>
  80. <widget class="QStatusBar" name="statusbar"/>
  81. </widget>
  82. <resources/>
  83. <connections/>
  84. </ui>