-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheliminarusuarios.ui
126 lines (126 loc) · 3.15 KB
/
eliminarusuarios.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
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>eliminarUsuarios</class>
<widget class="QDialog" name="eliminarUsuarios">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>732</width>
<height>518</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>681</width>
<height>371</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>661</width>
<height>351</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_eliminar"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>265</width>
<height>26</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string> Usuario:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_matricula"/>
</item>
<item>
<widget class="QPushButton" name="pushButton_buscar">
<property name="styleSheet">
<string notr="true">border:none;
background-color:transparent;
color: black;</string>
</property>
<property name="text">
<string>Buscar</string>
</property>
<property name="icon">
<iconset resource="imgs/imgs.qrc">
<normaloff>:/imgs/search.png</normaloff>:/imgs/search.png</iconset>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>500</x>
<y>60</y>
<width>220</width>
<height>22</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QRadioButton" name="radioButton_doc">
<property name="text">
<string>Doctor</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="radioButton_staff">
<property name="text">
<string>Staff</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="radioButton_pac">
<property name="text">
<string> Pacientes</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="imgs/imgs.qrc"/>
</resources>
<connections/>
</ui>