mainwindow.ui 3.4 KB

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