-
Notifications
You must be signed in to change notification settings - Fork 0
/
updatedata.ui
116 lines (116 loc) · 2.77 KB
/
updatedata.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
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>352</width>
<height>163</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">#Form{
background-color: qconicalgradient(cx:0.045, cy:0, angle:135, stop:0 rgba(30, 0, 255, 255), stop:0.375 rgba(0, 195, 255, 252), stop:0.423533 rgba(37, 0, 255, 255), stop:0.45 rgba(0, 130, 255, 255), stop:0.477581 rgba(0, 56, 255, 252), stop:0.518717 rgba(71, 171, 255, 255), stop:0.542289 rgba(71, 171, 255, 255), stop:0.547264 rgba(68, 134, 249, 255), stop:0.55 rgba(0, 74, 255, 255), stop:0.552239 rgba(21, 93, 243, 255), stop:0.57754 rgba(102, 0, 255, 255), stop:0.625 rgba(0, 185, 255, 247), stop:1 rgba(255, 255, 0, 69));
}
QLineEdit{
border-radius:10px;
border-bottom:3px solid green;
color:#000000;
}
QPushButton{
border-radius:10px;
border:3px solid green;
color:#000000;
}</string>
</property>
<widget class="QLineEdit" name="Password">
<property name="geometry">
<rect>
<x>117</x>
<y>88</y>
<width>211</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="Ok_btn">
<property name="geometry">
<rect>
<x>227</x>
<y>128</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>14</x>
<y>29</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>From Website :</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>40</x>
<y>89</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Password :</string>
</property>
</widget>
<widget class="QLineEdit" name="Website">
<property name="geometry">
<rect>
<x>117</x>
<y>29</y>
<width>211</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>36</x>
<y>57</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Username :</string>
</property>
</widget>
<widget class="QLineEdit" name="Username">
<property name="geometry">
<rect>
<x>117</x>
<y>58</y>
<width>211</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>