oamupgrade.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OamUpgrade</class>
  4. <widget class="QDialog" name="OamUpgrade">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>700</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <spacer name="horizontalSpacer">
  19. <property name="orientation">
  20. <enum>Qt::Horizontal</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>40</width>
  25. <height>20</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item>
  31. <layout class="QVBoxLayout" name="verticalLayout">
  32. <item>
  33. <spacer name="verticalSpacer">
  34. <property name="orientation">
  35. <enum>Qt::Vertical</enum>
  36. </property>
  37. <property name="sizeHint" stdset="0">
  38. <size>
  39. <width>20</width>
  40. <height>40</height>
  41. </size>
  42. </property>
  43. </spacer>
  44. </item>
  45. <item>
  46. <widget class="QLabel" name="label_3">
  47. <property name="text">
  48. <string/>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="label_6">
  54. <property name="text">
  55. <string/>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QGroupBox" name="groupBox">
  61. <property name="minimumSize">
  62. <size>
  63. <width>800</width>
  64. <height>120</height>
  65. </size>
  66. </property>
  67. <property name="title">
  68. <string/>
  69. </property>
  70. <property name="flat">
  71. <bool>false</bool>
  72. </property>
  73. <property name="checkable">
  74. <bool>false</bool>
  75. </property>
  76. <layout class="QGridLayout" name="gridLayout">
  77. <item row="0" column="1">
  78. <widget class="QLineEdit" name="lineEditFilePath">
  79. <property name="minimumSize">
  80. <size>
  81. <width>600</width>
  82. <height>28</height>
  83. </size>
  84. </property>
  85. <property name="readOnly">
  86. <bool>true</bool>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="1" column="1">
  91. <widget class="QProgressBar" name="progressBarUpgrade">
  92. <property name="minimumSize">
  93. <size>
  94. <width>600</width>
  95. <height>28</height>
  96. </size>
  97. </property>
  98. <property name="value">
  99. <number>0</number>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="0" column="2">
  104. <widget class="QPushButton" name="pushButtonOpenFIle">
  105. <property name="minimumSize">
  106. <size>
  107. <width>80</width>
  108. <height>0</height>
  109. </size>
  110. </property>
  111. <property name="text">
  112. <string>选择文件</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="0" column="0">
  117. <widget class="QLabel" name="label">
  118. <property name="text">
  119. <string>文件路径</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="1" column="0">
  124. <widget class="QLabel" name="label_2">
  125. <property name="text">
  126. <string>升级进度</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="1" column="2">
  131. <widget class="QPushButton" name="pushButtonUpgrade">
  132. <property name="minimumSize">
  133. <size>
  134. <width>80</width>
  135. <height>0</height>
  136. </size>
  137. </property>
  138. <property name="text">
  139. <string>开始升级</string>
  140. </property>
  141. </widget>
  142. </item>
  143. </layout>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QLabel" name="label_7">
  148. <property name="text">
  149. <string>注意:升级过程中不要进行任何其它操作,以免导致升级失败</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <spacer name="verticalSpacer_2">
  155. <property name="orientation">
  156. <enum>Qt::Vertical</enum>
  157. </property>
  158. <property name="sizeHint" stdset="0">
  159. <size>
  160. <width>20</width>
  161. <height>40</height>
  162. </size>
  163. </property>
  164. </spacer>
  165. </item>
  166. <item>
  167. <widget class="QLabel" name="label_4">
  168. <property name="text">
  169. <string/>
  170. </property>
  171. </widget>
  172. </item>
  173. <item>
  174. <widget class="QLabel" name="label_5">
  175. <property name="text">
  176. <string/>
  177. </property>
  178. </widget>
  179. </item>
  180. </layout>
  181. </item>
  182. <item>
  183. <spacer name="horizontalSpacer_2">
  184. <property name="orientation">
  185. <enum>Qt::Horizontal</enum>
  186. </property>
  187. <property name="sizeHint" stdset="0">
  188. <size>
  189. <width>40</width>
  190. <height>20</height>
  191. </size>
  192. </property>
  193. </spacer>
  194. </item>
  195. </layout>
  196. </widget>
  197. <resources/>
  198. <connections/>
  199. </ui>