dialogupdateseg.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogUpdateSeg</class>
  4. <widget class="QDialog" name="DialogUpdateSeg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>420</width>
  10. <height>260</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>420</width>
  22. <height>260</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>420</width>
  28. <height>260</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>号段升级</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <item>
  36. <layout class="QHBoxLayout" name="horizontalLayout">
  37. <item>
  38. <widget class="QLabel" name="labelIcon">
  39. <property name="sizePolicy">
  40. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  41. <horstretch>0</horstretch>
  42. <verstretch>0</verstretch>
  43. </sizepolicy>
  44. </property>
  45. <property name="minimumSize">
  46. <size>
  47. <width>24</width>
  48. <height>24</height>
  49. </size>
  50. </property>
  51. <property name="maximumSize">
  52. <size>
  53. <width>24</width>
  54. <height>24</height>
  55. </size>
  56. </property>
  57. <property name="text">
  58. <string>TextLabel</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QLabel" name="label">
  64. <property name="font">
  65. <font>
  66. <weight>50</weight>
  67. <bold>false</bold>
  68. </font>
  69. </property>
  70. <property name="text">
  71. <string>TextLabel</string>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </item>
  77. <item>
  78. <layout class="QVBoxLayout" name="verticalLayout_3">
  79. <item>
  80. <widget class="QLabel" name="labelOk">
  81. <property name="text">
  82. <string>TextLabel</string>
  83. </property>
  84. <property name="alignment">
  85. <set>Qt::AlignCenter</set>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QLabel" name="labelWarning">
  91. <property name="text">
  92. <string>TextLabel</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="labelError">
  101. <property name="text">
  102. <string>TextLabel</string>
  103. </property>
  104. <property name="alignment">
  105. <set>Qt::AlignCenter</set>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QLabel" name="labelAnimation">
  111. <property name="text">
  112. <string>播放动画的地方</string>
  113. </property>
  114. <property name="alignment">
  115. <set>Qt::AlignCenter</set>
  116. </property>
  117. </widget>
  118. </item>
  119. </layout>
  120. </item>
  121. <item>
  122. <spacer name="verticalSpacer">
  123. <property name="orientation">
  124. <enum>Qt::Vertical</enum>
  125. </property>
  126. <property name="sizeHint" stdset="0">
  127. <size>
  128. <width>20</width>
  129. <height>40</height>
  130. </size>
  131. </property>
  132. </spacer>
  133. </item>
  134. <item>
  135. <layout class="QHBoxLayout" name="horizontalLayout_2">
  136. <item>
  137. <widget class="QLabel" name="labelCurrentVersion">
  138. <property name="font">
  139. <font>
  140. <weight>50</weight>
  141. <bold>false</bold>
  142. </font>
  143. </property>
  144. <property name="text">
  145. <string>TextLabel</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item>
  150. <spacer name="horizontalSpacer_2">
  151. <property name="orientation">
  152. <enum>Qt::Horizontal</enum>
  153. </property>
  154. <property name="sizeHint" stdset="0">
  155. <size>
  156. <width>40</width>
  157. <height>20</height>
  158. </size>
  159. </property>
  160. </spacer>
  161. </item>
  162. <item>
  163. <widget class="QPushButton" name="pushButtonChkSegVersion">
  164. <property name="text">
  165. <string>检查更新</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item>
  170. <widget class="QPushButton" name="pushButtonHide">
  171. <property name="text">
  172. <string>关闭</string>
  173. </property>
  174. </widget>
  175. </item>
  176. </layout>
  177. </item>
  178. </layout>
  179. </widget>
  180. <resources/>
  181. <connections/>
  182. </ui>