ui.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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>55</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. <widget class="QListWidget" name="A_listWidget">
  66. <property name="styleSheet">
  67. <string notr="true"/>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QListWidget" name="C_listWidget"/>
  73. </item>
  74. </layout>
  75. </item>
  76. <item>
  77. <layout class="QHBoxLayout" name="unit_horizontalLayout">
  78. <item>
  79. <widget class="QLabel" name="A_label">
  80. <property name="font">
  81. <font>
  82. <family>华文楷体</family>
  83. <pointsize>40</pointsize>
  84. <weight>50</weight>
  85. <bold>false</bold>
  86. </font>
  87. </property>
  88. <property name="styleSheet">
  89. <string notr="true">color: blue</string>
  90. </property>
  91. <property name="text">
  92. <string>A单元</string>
  93. </property>
  94. <property name="alignment">
  95. <set>Qt::AlignCenter</set>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QLabel" name="C_label">
  101. <property name="font">
  102. <font>
  103. <family>华文楷体</family>
  104. <pointsize>40</pointsize>
  105. <weight>50</weight>
  106. <bold>false</bold>
  107. </font>
  108. </property>
  109. <property name="styleSheet">
  110. <string notr="true">color: blue</string>
  111. </property>
  112. <property name="text">
  113. <string>C单元</string>
  114. </property>
  115. <property name="alignment">
  116. <set>Qt::AlignCenter</set>
  117. </property>
  118. </widget>
  119. </item>
  120. </layout>
  121. </item>
  122. </layout>
  123. </widget>
  124. <widget class="QMenuBar" name="menubar">
  125. <property name="geometry">
  126. <rect>
  127. <x>0</x>
  128. <y>0</y>
  129. <width>1328</width>
  130. <height>23</height>
  131. </rect>
  132. </property>
  133. </widget>
  134. <widget class="QStatusBar" name="statusbar"/>
  135. </widget>
  136. <resources/>
  137. <connections/>
  138. </ui>