1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>upgrade</class>
- <widget class="QWidget" name="upgrade">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_upgradeHint">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>230</y>
- <width>211</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>正在配置升级项…</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_upgradeTitle">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>正在进行版本升级,请耐心等待…</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="pgb_upgrade">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>170</y>
- <width>341</width>
- <height>16</height>
- </rect>
- </property>
- <property name="value">
- <number>50</number>
- </property>
- <property name="textVisible">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="label_upgradePregress">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>140</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>0%</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|