-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart.ui
More file actions
106 lines (101 loc) · 2.26 KB
/
Copy pathstart.ui
File metadata and controls
106 lines (101 loc) · 2.26 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Start</class>
<widget class="QDialog" name="Start">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QPushButton" name="btn_next">
<property name="geometry">
<rect>
<x>310</x>
<y>180</y>
<width>161</width>
<height>31</height>
</rect>
</property>
<property name="cursor">
<cursorShape>ClosedHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton
{
color : black ;
background-color : ;
font: 700 13pt "Segoe Print";
border-image: 30px ;
}
QPushButton : Hover
{
background-color : ;
border-radius : 40px ;
border-image: 10px ;
}
QPushButton : pressed
{
background-color :black ;
color : white ;
border-image: url(:/Description/Graphics/photos/blue.jpg);
}</string>
</property>
<property name="text">
<string>Next</string>
</property>
</widget>
<widget class="QSpinBox" name="sb">
<property name="geometry">
<rect>
<x>300</x>
<y>130</y>
<width>181</width>
<height>25</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/Description/Graphics/photos/white (1).jpg);
color: rgb(0, 0, 0);
font: 700 italic 12pt "Segoe Print";
</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="cursor">
<cursorShape>OpenHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/Description/Graphics/photos/knights-templar.jpg);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>label</zorder>
<zorder>btn_next</zorder>
<zorder>sb</zorder>
</widget>
<resources/>
<connections/>
</ui>