92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>KeyboardWidget</class>
<widget class="QWidget" name="KeyboardWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
9
10
|
<width>1080</width>
<height>720</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
11
12
|
</rect>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
13
14
15
|
<property name="styleSheet">
<string notr="true">#KeyboardWidget{
background-color: rgba(25, 25, 25, 200);
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
16
|
}</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
17
18
19
20
|
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
21
22
23
24
|
<x>12</x>
<y>12</y>
<width>1057</width>
<height>697</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item row="3" column="2">
<widget class="QPushButton" name="pushButton_33">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
41
42
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
43
44
45
46
47
48
49
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a033.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
50
|
QPushButton:pressed, QPushButton:checked , QPushButton:checked{ border-image: url(:/images/keyboard/088_keyboard_a033_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
51
52
53
54
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
55
56
57
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QPushButton" name="pushButton_16">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
73
74
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
75
76
77
78
79
80
81
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a016.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
82
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a016_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
83
84
85
86
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
87
88
89
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="8">
<widget class="QPushButton" name="pushButton_9">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
105
106
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
107
108
109
110
111
112
113
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a009.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
114
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a009_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
115
116
117
118
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
119
120
121
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="9">
<widget class="QPushButton" name="pushButton_20">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
137
138
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
139
140
141
142
143
144
145
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a020.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
146
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a020_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
147
148
149
150
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
151
152
153
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButton_12">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
169
170
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
171
172
173
174
175
176
177
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a012.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
178
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a012_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
179
180
181
182
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
183
184
185
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="pushButton_22">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
201
202
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
203
204
205
206
207
208
209
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a022.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
210
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a022_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
211
212
213
214
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
215
216
217
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QPushButton" name="pushButton_34">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
233
234
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
235
236
237
238
239
240
241
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a034.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
242
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a034_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
243
244
245
246
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
247
248
249
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="5">
<widget class="QPushButton" name="pushButton_36">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
265
266
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
267
268
269
270
271
272
273
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a036.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
274
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a036_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
275
276
277
278
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
279
280
281
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="7">
<widget class="QPushButton" name="pushButton_38">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
297
298
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
299
300
301
302
303
304
305
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a038.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
306
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a038_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
307
308
309
310
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
311
312
313
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="8">
<widget class="QPushButton" name="pushButton_19">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
329
330
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
331
332
333
334
335
336
337
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a019.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
338
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a019_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
339
340
341
342
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
343
344
345
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QPushButton" name="pushButton_6">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
361
362
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
363
364
365
366
367
368
369
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a006.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
370
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a006_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
371
372
373
374
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
375
376
377
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="pushButton_21">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
393
394
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
395
396
397
398
399
400
401
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a021.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
402
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a021_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
403
404
405
406
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
407
408
409
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="pushButton_14">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
425
426
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
427
428
429
430
431
432
433
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a014.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
434
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a014_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
435
436
437
438
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
439
440
441
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="pushButton_23">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
457
458
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
459
460
461
462
463
464
465
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a023.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
466
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a023_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
467
468
469
470
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
471
472
473
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="7">
<widget class="QPushButton" name="pushButton_8">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
489
490
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
491
492
493
494
495
496
497
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a008.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
498
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a008_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
499
500
501
502
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
503
504
505
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="pushButton_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
521
522
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
523
524
525
|
</size>
</property>
<property name="focusPolicy">
|
be7d2a625
고영탁
엔코더 기능 구현
|
526
|
<enum>Qt::TabFocus</enum>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
527
528
529
|
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a003.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
530
|
QPushButton:pressed, QPushButton:checked{ border-image: url(:/images/keyboard/088_keyboard_a003_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
531
532
533
534
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
535
536
537
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pushButton_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
553
554
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
555
556
557
|
</size>
</property>
<property name="focusPolicy">
|
be7d2a625
고영탁
엔코더 기능 구현
|
558
|
<enum>Qt::TabFocus</enum>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
559
560
561
|
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a002.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
562
|
QPushButton:pressed , QPushButton:checked{ border-image: url(:/images/keyboard/088_keyboard_a002_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
563
564
565
566
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
567
568
569
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="8" colspan="2">
<widget class="QPushButton" name="pushButton_29">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
585
586
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
587
588
589
590
591
592
593
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a029.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
594
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a029_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
595
596
597
598
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
599
600
601
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="9">
<widget class="QPushButton" name="pushButton_10">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
617
618
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
619
620
621
622
623
624
625
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a010.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
626
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a010_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
627
628
629
630
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
631
632
633
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="7">
<widget class="QPushButton" name="pushButton_28">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
649
650
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
651
652
653
654
655
656
657
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a028.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
658
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a028_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
659
660
661
662
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
663
664
665
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="7">
<widget class="QPushButton" name="pushButton_18">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
681
682
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
683
684
685
686
687
688
689
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a018.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
690
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a018_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
691
692
693
694
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
695
696
697
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="pushButton_1">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
713
714
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
715
716
717
|
</size>
</property>
<property name="focusPolicy">
|
be7d2a625
고영탁
엔코더 기능 구현
|
718
|
<enum>Qt::TabFocus</enum>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
719
720
721
|
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a001.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
722
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a001_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
723
724
725
726
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
727
728
729
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QPushButton" name="pushButton_15">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
745
746
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
747
748
749
750
751
752
753
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a015.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
754
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a015_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
755
756
757
758
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
759
760
761
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="4">
<widget class="QPushButton" name="pushButton_35">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
777
778
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
779
780
781
782
783
784
785
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a035.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
786
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a035_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
787
788
789
790
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
791
792
793
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="5">
<widget class="QPushButton" name="pushButton_26">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
809
810
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
811
812
813
814
815
816
817
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a026.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
818
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a026_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
819
820
821
822
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
823
824
825
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="pushButton_11">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
841
842
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
843
844
845
846
847
848
849
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a011.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
850
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a011_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
851
852
853
854
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
855
856
857
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QPushButton" name="pushButton_31">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
873
874
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
875
876
877
878
879
880
881
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a031.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
882
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a031_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
883
884
885
886
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
887
888
889
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="pushButton_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
905
906
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
907
908
909
910
911
912
913
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a004.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
914
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a004_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
915
916
917
918
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
919
920
921
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="6">
<widget class="QPushButton" name="pushButton_17">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
937
938
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
939
940
941
942
943
944
945
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a017.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
946
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a017_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
947
948
949
950
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
951
952
953
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="9">
<widget class="QPushButton" name="pushButton_30">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
969
970
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
971
972
973
974
975
976
977
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a030.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
978
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a030_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
979
980
981
982
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
983
984
985
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QPushButton" name="pushButton_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1001
1002
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1003
1004
1005
1006
1007
1008
1009
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a005.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1010
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a005_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1011
1012
1013
1014
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1015
1016
1017
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QPushButton" name="pushButton_7">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1033
1034
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1035
1036
1037
1038
1039
1040
1041
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a007.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1042
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a007_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1043
1044
1045
1046
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1047
1048
1049
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="pushButton_32">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1065
1066
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1067
1068
1069
1070
1071
1072
1073
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a032.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1074
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a032_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1075
1076
1077
1078
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1079
1080
1081
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="pushButton_13">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1097
1098
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1099
1100
1101
1102
1103
1104
1105
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a013.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1106
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a013_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1107
1108
1109
1110
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1111
1112
1113
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QPushButton" name="pushButton_25">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1129
1130
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1131
1132
1133
1134
1135
1136
1137
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a025.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1138
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a025_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1139
1140
1141
1142
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1143
1144
1145
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="8" colspan="2">
<widget class="QPushButton" name="pushButton_39">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1161
1162
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1163
1164
1165
1166
1167
1168
1169
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a039.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1170
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a039_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1171
1172
1173
1174
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1175
1176
1177
|
<property name="checkable">
<bool>true</bool>
</property>
|
748830a16
김태훈
키보드 동작 개선
|
1178
1179
1180
|
<property name="autoRepeat">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QPushButton" name="pushButton_24">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1196
1197
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1198
1199
1200
1201
1202
1203
1204
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a024.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1205
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a024_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1206
1207
1208
1209
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1210
1211
1212
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="6">
<widget class="QPushButton" name="pushButton_37">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1228
1229
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1230
1231
1232
1233
1234
1235
1236
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a037.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1237
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a037_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1238
1239
1240
1241
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1242
1243
1244
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="6">
<widget class="QPushButton" name="pushButton_27">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1260
1261
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1262
1263
1264
1265
1266
1267
1268
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a027.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1269
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a027_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1270
1271
1272
1273
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1274
1275
1276
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="0" colspan="6">
<widget class="QPushButton" name="pushButton_40">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1292
1293
|
<width>568</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1294
1295
1296
1297
1298
1299
1300
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a040.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1301
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a040_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1302
1303
1304
1305
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1306
1307
1308
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="6" colspan="2">
<widget class="QPushButton" name="pushButton_41">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1324
1325
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1326
1327
1328
1329
1330
1331
1332
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a041.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1333
|
QPushButton:pressed , QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a041_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1334
1335
1336
1337
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1338
1339
1340
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="8" colspan="2">
<widget class="QPushButton" name="pushButton_42">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1356
1357
|
<width>88</width>
<height>123</height>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1358
1359
1360
1361
1362
1363
1364
|
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QPushButton { border-image: url(:/images/keyboard/088_keyboard_a042.png);}
|
054d6e75f
김태훈
ui 파일 일괄 변경
|
1365
|
QPushButton:pressed, QPushButton:checked { border-image: url(:/images/keyboard/088_keyboard_a042_ov.png); }</string>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1366
1367
1368
1369
|
</property>
<property name="text">
<string/>
</property>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1370
1371
1372
|
<property name="checkable">
<bool>true</bool>
</property>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1373
1374
1375
1376
1377
1378
1379
1380
|
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
|
be7d2a625
고영탁
엔코더 기능 구현
|
1381
1382
1383
1384
1385
|
<tabstops>
<tabstop>pushButton_1</tabstop>
<tabstop>pushButton_2</tabstop>
<tabstop>pushButton_3</tabstop>
</tabstops>
|
92fef6124
고영탁
환경 설정 - 설정 UI 완료
|
1386
1387
1388
|
<resources/>
<connections/>
</ui>
|