3 <widget class="QDialog" name="Vtf" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Velocità Taglio Frese Ver. 0.1</string>
15 <layout class="QVBoxLayout" >
17 <widget class="QGroupBox" name="groupBox" >
18 <property name="title" >
19 <string>Parametri utensile</string>
21 <layout class="QGridLayout" >
22 <item row="0" column="0" >
23 <widget class="QLabel" name="label" >
24 <property name="text" >
25 <string>Numero Denti</string>
29 <item row="0" column="1" >
30 <widget class="QSpinBox" name="SP_Denti" >
31 <property name="alignment" >
32 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
34 <property name="minimum" >
39 <item row="2" column="0" >
40 <widget class="QLabel" name="label_2" >
41 <property name="text" >
42 <string>Velocità taglio</string>
46 <item row="2" column="1" >
47 <widget class="QLineEdit" name="LE_VelTaglio" >
48 <property name="inputMask" >
51 <property name="text" >
54 <property name="maxLength" >
57 <property name="alignment" >
58 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
62 <item row="2" column="2" >
63 <widget class="QLabel" name="label_3" >
64 <property name="text" >
65 <string>m/min</string>
69 <item row="3" column="0" >
70 <widget class="QLabel" name="label_4" >
71 <property name="text" >
72 <string>Avanzamento</string>
76 <item row="3" column="1" >
77 <widget class="QLineEdit" name="LE_AvaDente" >
78 <property name="inputMask" >
81 <property name="text" >
84 <property name="maxLength" >
87 <property name="alignment" >
88 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
92 <item row="3" column="2" >
93 <widget class="QLabel" name="label_5" >
94 <property name="text" >
95 <string>mm/dente</string>
99 <item row="1" column="0" >
100 <widget class="QLabel" name="label_6" >
101 <property name="text" >
102 <string>Diametro</string>
106 <item row="1" column="2" >
107 <widget class="QLabel" name="label_7" >
108 <property name="text" >
113 <item row="0" column="2" >
115 <property name="orientation" >
116 <enum>Qt::Horizontal</enum>
118 <property name="sizeHint" >
126 <item row="1" column="1" >
127 <widget class="QLineEdit" name="LE_Diametro" >
128 <property name="inputMask" >
131 <property name="text" >
134 <property name="maxLength" >
137 <property name="cursorPosition" >
140 <property name="alignment" >
141 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
149 <widget class="QGroupBox" name="groupBox_2" >
150 <property name="title" >
151 <string>Parametri macchina</string>
153 <layout class="QGridLayout" >
154 <item row="0" column="0" >
155 <widget class="QLabel" name="label_8" >
156 <property name="text" >
157 <string>Numero di giri</string>
161 <item row="0" column="2" >
162 <widget class="QLabel" name="label_12" >
163 <property name="text" >
164 <string>giri/min</string>
168 <item row="1" column="0" >
169 <widget class="QLabel" name="label_9" >
170 <property name="text" >
171 <string>Avanzamento</string>
175 <item row="1" column="2" >
176 <widget class="QLabel" name="label_13" >
177 <property name="text" >
178 <string>mm/min</string>
182 <item row="0" column="1" >
183 <widget class="QLineEdit" name="LE_Giri" >
184 <property name="autoFillBackground" >
187 <property name="inputMask" >
190 <property name="text" >
193 <property name="maxLength" >
194 <number>32767</number>
196 <property name="echoMode" >
197 <enum>QLineEdit::Normal</enum>
199 <property name="cursorPosition" >
202 <property name="alignment" >
203 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
205 <property name="readOnly" >
210 <item row="1" column="1" >
211 <widget class="QLineEdit" name="LE_Avanzamento" >
212 <property name="inputMask" >
215 <property name="text" >
218 <property name="alignment" >
219 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
221 <property name="readOnly" >
231 <property name="orientation" >
232 <enum>Qt::Vertical</enum>
234 <property name="sizeHint" >
243 <layout class="QHBoxLayout" >
246 <property name="orientation" >
247 <enum>Qt::Horizontal</enum>
249 <property name="sizeHint" >
258 <widget class="QPushButton" name="B_Quit" >
259 <property name="text" >
260 <string>&Quit</string>
262 <property name="shortcut" >
263 <string>Ctrl+Q</string>
265 <property name="autoDefault" >
268 <property name="flat" >
278 <tabstop>SP_Denti</tabstop>
279 <tabstop>LE_Diametro</tabstop>
280 <tabstop>LE_VelTaglio</tabstop>
281 <tabstop>LE_AvaDente</tabstop>
282 <tabstop>LE_Giri</tabstop>
283 <tabstop>LE_Avanzamento</tabstop>
284 <tabstop>B_Quit</tabstop>
289 <sender>B_Quit</sender>
290 <signal>clicked()</signal>
291 <receiver>Vtf</receiver>
292 <slot>accept()</slot>
294 <hint type="sourcelabel" >
298 <hint type="destinationlabel" >