mainwindow.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>800</width>
  10. <height>622</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>400</width>
  16. <height>300</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>800</width>
  22. <height>622</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>USIAS-LANDWELL</string>
  27. </property>
  28. <property name="windowIcon">
  29. <iconset resource="landwell.qrc">
  30. <normaloff>:/img/Logo.png</normaloff>:/img/Logo.png</iconset>
  31. </property>
  32. <widget class="QWidget" name="centralwidget">
  33. <widget class="QLabel" name="label">
  34. <property name="geometry">
  35. <rect>
  36. <x>0</x>
  37. <y>30</y>
  38. <width>801</width>
  39. <height>25</height>
  40. </rect>
  41. </property>
  42. <property name="font">
  43. <font>
  44. <family>微软雅黑</family>
  45. <pointsize>14</pointsize>
  46. <weight>75</weight>
  47. <bold>true</bold>
  48. </font>
  49. </property>
  50. <property name="text">
  51. <string>巡更系统点、线和计划跑数</string>
  52. </property>
  53. <property name="alignment">
  54. <set>Qt::AlignCenter</set>
  55. </property>
  56. </widget>
  57. <widget class="QLabel" name="label_2">
  58. <property name="geometry">
  59. <rect>
  60. <x>0</x>
  61. <y>60</y>
  62. <width>801</width>
  63. <height>25</height>
  64. </rect>
  65. </property>
  66. <property name="minimumSize">
  67. <size>
  68. <width>0</width>
  69. <height>0</height>
  70. </size>
  71. </property>
  72. <property name="maximumSize">
  73. <size>
  74. <width>16777215</width>
  75. <height>16777215</height>
  76. </size>
  77. </property>
  78. <property name="font">
  79. <font>
  80. <family>微软雅黑</family>
  81. <pointsize>14</pointsize>
  82. </font>
  83. </property>
  84. <property name="text">
  85. <string>USIAS-LANDWELL</string>
  86. </property>
  87. <property name="alignment">
  88. <set>Qt::AlignCenter</set>
  89. </property>
  90. </widget>
  91. <widget class="QLabel" name="time_label">
  92. <property name="geometry">
  93. <rect>
  94. <x>600</x>
  95. <y>575</y>
  96. <width>180</width>
  97. <height>21</height>
  98. </rect>
  99. </property>
  100. <property name="font">
  101. <font>
  102. <family>微软雅黑</family>
  103. <pointsize>11</pointsize>
  104. </font>
  105. </property>
  106. <property name="text">
  107. <string>2021-06-06 14:00:00</string>
  108. </property>
  109. <property name="alignment">
  110. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  111. </property>
  112. </widget>
  113. <widget class="QPlainTextEdit" name="plainTextEdit">
  114. <property name="geometry">
  115. <rect>
  116. <x>0</x>
  117. <y>110</y>
  118. <width>801</width>
  119. <height>461</height>
  120. </rect>
  121. </property>
  122. </widget>
  123. <widget class="QPushButton" name="pushButton">
  124. <property name="geometry">
  125. <rect>
  126. <x>60</x>
  127. <y>575</y>
  128. <width>75</width>
  129. <height>23</height>
  130. </rect>
  131. </property>
  132. <property name="text">
  133. <string>更新数据</string>
  134. </property>
  135. </widget>
  136. </widget>
  137. <widget class="QStatusBar" name="statusbar"/>
  138. </widget>
  139. <resources>
  140. <include location="landwell.qrc"/>
  141. </resources>
  142. <connections/>
  143. </ui>