This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dialogEdit.ui
113 lines (113 loc) · 2.86 KB
/
dialogEdit.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
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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>0</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="widgetBackground" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>401</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QWidget#widgetBackground{
background-color:qlineargradient(spread:pad, x1:0.118751, y1:0.131, x2:0.960452, y2:0.954, stop:0 rgba(46, 49, 146, 255), stop:1 rgba(27, 255, 255, 255))}</string>
</property>
<widget class="QLabel" name="labelUsername">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>111</width>
<height>58</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 15pt "MS Shell Dlg 2";
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Username:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelEmail">
<property name="geometry">
<rect>
<x>-20</x>
<y>90</y>
<width>111</width>
<height>58</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 15pt "MS Shell Dlg 2";
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Email:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelPassword">
<property name="geometry">
<rect>
<x>0</x>
<y>170</y>
<width>111</width>
<height>58</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 15pt "MS Shell Dlg 2";
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Password:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="labelApp">
<property name="geometry">
<rect>
<x>-20</x>
<y>250</y>
<width>111</width>
<height>58</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 15pt "MS Shell Dlg 2";
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>App:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>