-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstpage.ui
80 lines (80 loc) · 1.93 KB
/
firstpage.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FirstPage</class>
<widget class="QWidget" name="FirstPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1261</width>
<height>681</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">QWidget { background-color : #030066; color : #fefe00;border:2px solid #39bcde }
QPushButton { background-color : #9afffe; color : #000000;border:4px solid #6b95ae;font: 30pt "DejaVu Sans";font: bold;border-left-color:white;border-top-color:white }
QPushButton:pressed
{
border:4px solid white;
border-left-color:#6b95ae;
border-top-color:#6b95ae;
background-color : #cccccc;
}</string>
</property>
<widget class="QPushButton" name="conduct">
<property name="geometry">
<rect>
<x>60</x>
<y>40</y>
<width>1141</width>
<height>181</height>
</rect>
</property>
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>30</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Conduct</string>
</property>
</widget>
<widget class="QPushButton" name="maintenance">
<property name="geometry">
<rect>
<x>60</x>
<y>240</y>
<width>1141</width>
<height>181</height>
</rect>
</property>
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>30</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Maintenance</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>