-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainwindow.ui
More file actions
130 lines (130 loc) · 3.8 KB
/
Copy pathmainwindow.ui
File metadata and controls
130 lines (130 loc) · 3.8 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>597</height>
</rect>
</property>
<property name="windowTitle">
<string>Competria </string>
</property>
<property name="windowIcon">
<iconset resource="src.qrc">
<normaloff>:/new/prefix1/src/icons8-c-50.png</normaloff>
<normalon>:/new/prefix1/src/icons8-c-50.png</normalon>:/new/prefix1/src/icons8-c-50.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>120</x>
<y>71</y>
<width>481</width>
<height>301</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="toolTip">
<string><html><head/><body><p align="center">Competria</p></body></html></string>
</property>
<property name="styleSheet">
<string notr="true">font: 36pt "Segoe Script"
rgb(15, 87, 194);</string>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:28pt; color:#136496;">Competria</span></p></body></html></string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="admininterfacebutton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="font">
<font>
<family>Segoe Print</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">font: 700 11pt "Segoe Print";
</string>
</property>
<property name="text">
<string>Admin</string>
</property>
<property name="icon">
<iconset>
<normalon>:/new/prefix1/src/shield_person_28dp_A2D5AB_FILL0_wght400_GRAD0_opsz24.png</normalon>
</iconset>
</property>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="userinterfacebutton">
<property name="styleSheet">
<string notr="true">font: 700 11pt "Segoe Print";
</string>
</property>
<property name="text">
<string> User</string>
</property>
<property name="icon">
<iconset>
<normalon>:/new/prefix1/src/person_28dp_E5EFC1_FILL0_wght400_GRAD0_opsz24.png</normalon>
</iconset>
</property>
<property name="iconSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>21</height>
</rect>
</property>
</widget>
</widget>
<resources>
<include location="src.qrc"/>
</resources>
<connections/>
</ui>