upgrade.ui 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>upgrade</class>
  4. <widget class="QWidget" name="upgrade">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label_upgradeHint">
  17. <property name="geometry">
  18. <rect>
  19. <x>40</x>
  20. <y>230</y>
  21. <width>211</width>
  22. <height>16</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>正在配置升级项…</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label_upgradeTitle">
  30. <property name="geometry">
  31. <rect>
  32. <x>50</x>
  33. <y>30</y>
  34. <width>54</width>
  35. <height>12</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>正在进行版本升级,请耐心等待…</string>
  40. </property>
  41. </widget>
  42. <widget class="QProgressBar" name="pgb_upgrade">
  43. <property name="geometry">
  44. <rect>
  45. <x>40</x>
  46. <y>170</y>
  47. <width>341</width>
  48. <height>16</height>
  49. </rect>
  50. </property>
  51. <property name="value">
  52. <number>50</number>
  53. </property>
  54. <property name="textVisible">
  55. <bool>false</bool>
  56. </property>
  57. </widget>
  58. <widget class="QLabel" name="label_upgradePregress">
  59. <property name="geometry">
  60. <rect>
  61. <x>40</x>
  62. <y>140</y>
  63. <width>54</width>
  64. <height>12</height>
  65. </rect>
  66. </property>
  67. <property name="text">
  68. <string>0%</string>
  69. </property>
  70. </widget>
  71. </widget>
  72. <resources/>
  73. <connections/>
  74. </ui>