-
Notifications
You must be signed in to change notification settings - Fork 1
/
fullWindowInfo.ui
85 lines (85 loc) · 2.13 KB
/
fullWindowInfo.ui
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>fullWindowInfoClass</class>
<widget class="QWidget" name="fullWindowInfoClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>490</width>
<height>140</height>
</rect>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>fullWindowInfo</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: #000000;</string>
</property>
<widget class="QPushButton" name="pushButton_main">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>490</width>
<height>141</height>
</rect>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true">padding: 0px 0px 40px 0px;
color: #ffffff;
font: 38pt "Microsoft YaHei UI";</string>
</property>
<property name="text">
<string> Finish</string>
</property>
<property name="icon">
<iconset resource="FTRT.qrc">
<normaloff>:/Res/finish.svg</normaloff>:/Res/finish.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_sub">
<property name="geometry">
<rect>
<x>-1</x>
<y>90</y>
<width>491</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: #ffffff;
font: 12pt "Microsoft YaHei UI";</string>
</property>
<property name="text">
<string>%1 files successfully processed.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="FTRT.qrc"/>
</resources>
<connections/>
</ui>