26
|
1 |
<ui version="4.0" >
|
|
2 |
<class>progressbarClass</class>
|
|
3 |
<widget class="QWidget" name="progressbarClass" >
|
|
4 |
<property name="windowTitle" >
|
|
5 |
<string>progressbar</string>
|
|
6 |
</property>
|
|
7 |
<layout class="QVBoxLayout" name="verticalLayout" >
|
|
8 |
<item>
|
|
9 |
<widget class="QLabel" name="label" >
|
|
10 |
<property name="text" >
|
|
11 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
12 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
13 |
p, li { white-space: pre-wrap; }
|
|
14 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
15 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Loading,Please wait.....</span></p></body></html></string>
|
|
16 |
</property>
|
|
17 |
</widget>
|
|
18 |
</item>
|
|
19 |
<item>
|
|
20 |
<widget class="QProgressBar" name="progressBar" >
|
|
21 |
<property name="value" >
|
|
22 |
<number>24</number>
|
|
23 |
</property>
|
|
24 |
</widget>
|
|
25 |
</item>
|
|
26 |
</layout>
|
|
27 |
</widget>
|
|
28 |
<layoutdefault spacing="6" margin="11" />
|
|
29 |
<resources/>
|
|
30 |
<connections/>
|
|
31 |
</ui>
|