-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrid_form.ui
More file actions
108 lines (108 loc) · 2.31 KB
/
Copy pathgrid_form.ui
File metadata and controls
108 lines (108 loc) · 2.31 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Grid_Form</class>
<widget class="QWidget" name="Grid_Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<height>689</height>
</rect>
</property>
<property name="windowTitle">
<string>Grid</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>621</width>
<height>621</height>
</rect>
</property>
<layout class="QVBoxLayout" name="vlayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
</layout>
</widget>
<widget class="QCheckBox" name="chk_out">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>140</x>
<y>630</y>
<width>70</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Salida</string>
</property>
</widget>
<widget class="QCheckBox" name="chk_in">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>30</x>
<y>630</y>
<width>91</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Entrada</string>
</property>
</widget>
<widget class="QPushButton" name="btn_start">
<property name="geometry">
<rect>
<x>280</x>
<y>626</y>
<width>98</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>&Start</string>
</property>
</widget>
<widget class="QPushButton" name="btn_configure">
<property name="geometry">
<rect>
<x>510</x>
<y>655</y>
<width>98</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>&Configurar</string>
</property>
</widget>
<widget class="QPushButton" name="btn_statistics">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>510</x>
<y>626</y>
<width>98</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>&Estadisticas</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>