This repository was archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUsermanagement.ui
More file actions
75 lines (75 loc) · 1.51 KB
/
Usermanagement.ui
File metadata and controls
75 lines (75 loc) · 1.51 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
<?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>723</width>
<height>448</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>611</width>
<height>301</height>
</rect>
</property>
<column>
<property name="text">
<string>First name</string>
</property>
</column>
<column>
<property name="text">
<string>Last name</string>
</property>
</column>
<column>
<property name="text">
<string>UserName</string>
</property>
</column>
<column>
<property name="text">
<string>Password</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="closeButton">
<property name="geometry">
<rect>
<x>580</x>
<y>390</y>
<width>112</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<widget class="QPushButton" name="removeButton">
<property name="geometry">
<rect>
<x>450</x>
<y>390</y>
<width>112</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>