-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathloading.ui
More file actions
63 lines (62 loc) · 1.47 KB
/
Copy pathloading.ui
File metadata and controls
63 lines (62 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>699</width>
<height>420</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>80</x>
<y>360</y>
<width>411</width>
<height>31</height>
</rect>
</property>
<property name="whatsThis">
<string><html><head/><body><p><br/></p></body></html></string>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar{
border-radius:10px;
background-color: #ffe7fa;
text-align: center;
}
QProgressBar::chunk{
border-radius:10px;
background-color: #137AC4;
}</string>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>200</x>
<y>70</y>
<width>281</width>
<height>71</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">text-align:center;</string>
</property>
<property name="text">
<string><html><head/><body><p><br/></p></body></html></string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>