• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

百人一首かるた自動読み上げソフト


Commit MetaInfo

Revisão40a2c25c915a813f39b669ef9a2af38b99c18c73 (tree)
Hora2011-10-27 22:51:02
Autorarakaki <alucky4416@user...>
Commiterarakaki

Mensagem de Log

ADD: add FudaSelectDialog

Mudança Sumário

Diff

--- a/QtKarutaEishow.pro
+++ b/QtKarutaEishow.pro
@@ -10,16 +10,19 @@ TARGET = QtKarutaEishow
1010 TEMPLATE = app
1111
1212
13-SOURCES += main.cpp\
14- mainwindow.cpp\
13+SOURCES += main.cpp \
14+ mainwindow.cpp \
1515 PlayMusicThread.cpp \
16- PlaySequenceThread.cpp
16+ PlaySequenceThread.cpp \
17+ fudaselectdlg.cpp
1718
18-HEADERS += mainwindow.h\
19+HEADERS += mainwindow.h \
1920 PlayMusicThread.h \
20- PlaySequenceThread.h
21+ PlaySequenceThread.h \
22+ fudaselectdlg.h
2123
22-FORMS += mainwindow.ui
24+FORMS += mainwindow.ui \
25+ fudaselectdlg.ui
2326
2427 win32:INCLUDEPATH += d:/SugarSync/QtWork/QtKarutaEishow/libbass/
2528
--- /dev/null
+++ b/fudaselectdlg.cpp
@@ -0,0 +1,1050 @@
1+#include <QDebug>
2+
3+#include "fudaselectdlg.h"
4+#include "ui_fudaselectdlg.h"
5+
6+FudaSelectDlg::FudaSelectDlg(QWidget *parent) :
7+ QDialog(parent),
8+ ui(new Ui::FudaSelectDlg)
9+{
10+ ui->setupUi(this);
11+
12+ ConnectSlotSignal_BtnAndCheckBox();
13+
14+// FudaList = new QList<int>;
15+// FudaList->clear();
16+
17+// FudaList->append(1);
18+// FudaList->append(2);
19+// FudaList->append(3);
20+}
21+
22+FudaSelectDlg::~FudaSelectDlg()
23+{
24+// FudaList->clear();
25+// delete FudaList;
26+
27+ delete ui;
28+}
29+void FudaSelectDlg::SetFList(QList<int> *List)
30+{
31+ FudaList = List;
32+ SetCheckedList_CheckBox();
33+}
34+
35+void FudaSelectDlg::on_buttonBox_accepted()
36+{
37+ qDebug() << "Click Dialog->OkBtn";
38+
39+ GetCheckedList_CheckBox();
40+
41+ for (int i = 0; i < FudaList->count(); i++) {
42+ qDebug() << QString("FudaList[%1] = %2").arg(i).arg(FudaList->at(i));
43+ }
44+}
45+
46+void FudaSelectDlg::on_buttonBox_rejected()
47+{
48+ qDebug() << "Click Dialog->CancelBtn";
49+}
50+
51+void FudaSelectDlg::ConnectSlotSignal_BtnAndCheckBox()
52+{
53+ // Mu Su Me Fu Sa Ho Se
54+ connect(ui->Btn_Mu, SIGNAL(clicked()),
55+ ui->chk_Mu, SLOT(toggle()));
56+ connect(ui->Btn_Su, SIGNAL(clicked()),
57+ ui->chk_Su, SLOT(toggle()));
58+ connect(ui->Btn_Me, SIGNAL(clicked()),
59+ ui->chk_Me, SLOT(toggle()));
60+ connect(ui->Btn_Fu, SIGNAL(clicked()),
61+ ui->chk_Fu, SLOT(toggle()));
62+ connect(ui->Btn_Sa, SIGNAL(clicked()),
63+ ui->chk_Sa, SLOT(toggle()));
64+ connect(ui->Btn_Ho, SIGNAL(clicked()),
65+ ui->chk_Ho, SLOT(toggle()));
66+ connect(ui->Btn_Se, SIGNAL(clicked()),
67+ ui->chk_Se, SLOT(toggle()));
68+ // u tu si mo yu
69+ connect(ui->Btn_Uka, SIGNAL(clicked()),
70+ ui->chk_Uka, SLOT(toggle()));
71+ connect(ui->Btn_Ura, SIGNAL(clicked()),
72+ ui->chk_Ura, SLOT(toggle()));
73+ connect(ui->Btn_Tuki, SIGNAL(clicked()),
74+ ui->chk_Tuki, SLOT(toggle()));
75+ connect(ui->Btn_Tuku, SIGNAL(clicked()),
76+ ui->chk_Tuku, SLOT(toggle()));
77+ connect(ui->Btn_Sino, SIGNAL(clicked()),
78+ ui->chk_Sino, SLOT(toggle()));
79+ connect(ui->Btn_Sira, SIGNAL(clicked()),
80+ ui->chk_Sira, SLOT(toggle()));
81+ connect(ui->Btn_Momo, SIGNAL(clicked()),
82+ ui->chk_Momo, SLOT(toggle()));
83+ connect(ui->Btn_Moro, SIGNAL(clicked()),
84+ ui->chk_Moro, SLOT(toggle()));
85+ connect(ui->Btn_You, SIGNAL(clicked()),
86+ ui->chk_You, SLOT(toggle()));
87+ connect(ui->Btn_Yura, SIGNAL(clicked()),
88+ ui->chk_Yura, SLOT(toggle()));
89+ // i chi hi ki
90+ connect(ui->Btn_Ini, SIGNAL(clicked()),
91+ ui->chk_Ini, SLOT(toggle()));
92+ connect(ui->Btn_Imako, SIGNAL(clicked()),
93+ ui->chk_Imako, SLOT(toggle()));
94+ connect(ui->Btn_Imaha, SIGNAL(clicked()),
95+ ui->chk_Imaha, SLOT(toggle()));
96+ connect(ui->Btn_Chiha, SIGNAL(clicked()),
97+ ui->chk_Chiha, SLOT(toggle()));
98+ connect(ui->Btn_Chigirio, SIGNAL(clicked()),
99+ ui->chk_Chigirio, SLOT(toggle()));
100+ connect(ui->Btn_Chigiriki, SIGNAL(clicked()),
101+ ui->chk_Chigiriki, SLOT(toggle()));
102+ connect(ui->Btn_Hisa, SIGNAL(clicked()),
103+ ui->chk_Hisa, SLOT(toggle()));
104+ connect(ui->Btn_Hitoha, SIGNAL(clicked()),
105+ ui->chk_Hitoha, SLOT(toggle()));
106+ connect(ui->Btn_Hitomo, SIGNAL(clicked()),
107+ ui->chk_Hitomo, SLOT(toggle()));
108+ connect(ui->Btn_Kiri, SIGNAL(clicked()),
109+ ui->chk_Kiri, SLOT(toggle()));
110+ connect(ui->Btn_Kimio, SIGNAL(clicked()),
111+ ui->chk_Kimio, SLOT(toggle()));
112+ connect(ui->Btn_Kimiha, SIGNAL(clicked()),
113+ ui->chk_Kimiha, SLOT(toggle()));
114+ // Ha Ya Yo Ka
115+ connect(ui->Btn_Hanasa, SIGNAL(clicked()),
116+ ui->chk_Hanasa, SLOT(toggle()));
117+ connect(ui->Btn_Hanano, SIGNAL(clicked()),
118+ ui->chk_Hanano, SLOT(toggle()));
119+ connect(ui->Btn_Harusu, SIGNAL(clicked()),
120+ ui->chk_Harusu, SLOT(toggle()));
121+ connect(ui->Btn_Haruno, SIGNAL(clicked()),
122+ ui->chk_Haruno, SLOT(toggle()));
123+
124+ connect(ui->Btn_Yae, SIGNAL(clicked()),
125+ ui->chk_Yae, SLOT(toggle()));
126+ connect(ui->Btn_Yasu, SIGNAL(clicked()),
127+ ui->chk_Yasu, SLOT(toggle()));
128+ connect(ui->Btn_Yamaga, SIGNAL(clicked()),
129+ ui->chk_Yamaga, SLOT(toggle()));
130+ connect(ui->Btn_Yamaza, SIGNAL(clicked()),
131+ ui->chk_Yamaza, SLOT(toggle()));
132+
133+ connect(ui->Btn_Yomo, SIGNAL(clicked()),
134+ ui->chk_Yomo, SLOT(toggle()));
135+ connect(ui->Btn_Yowo, SIGNAL(clicked()),
136+ ui->chk_Yowo, SLOT(toggle()));
137+ connect(ui->Btn_Yonoha, SIGNAL(clicked()),
138+ ui->chk_Yonoha, SLOT(toggle()));
139+ connect(ui->Btn_Yonoyo, SIGNAL(clicked()),
140+ ui->chk_Yonoyo, SLOT(toggle()));
141+
142+ connect(ui->Btn_Kaku, SIGNAL(clicked()),
143+ ui->chk_Kaku, SLOT(toggle()));
144+ connect(ui->Btn_Kasa, SIGNAL(clicked()),
145+ ui->chk_Kasa, SLOT(toggle()));
146+ connect(ui->Btn_Kazeso, SIGNAL(clicked()),
147+ ui->chk_Kazeso, SLOT(toggle()));
148+ connect(ui->Btn_Kazewo, SIGNAL(clicked()),
149+ ui->chk_Kazewo, SLOT(toggle()));
150+
151+ // mi ta ko
152+ connect(ui->Btn_Mise, SIGNAL(clicked()),
153+ ui->chk_Mise, SLOT(toggle()));
154+ connect(ui->Btn_Miti, SIGNAL(clicked()),
155+ ui->chk_Miti, SLOT(toggle()));
156+ connect(ui->Btn_Miyo, SIGNAL(clicked()),
157+ ui->chk_Miyo, SLOT(toggle()));
158+ connect(ui->Btn_Mikaki, SIGNAL(clicked()),
159+ ui->chk_Mikaki, SLOT(toggle()));
160+ connect(ui->Btn_Mikano, SIGNAL(clicked()),
161+ ui->chk_Mikano, SLOT(toggle()));
162+
163+ connect(ui->Btn_Taka, SIGNAL(clicked()),
164+ ui->chk_Taka, SLOT(toggle()));
165+ connect(ui->Btn_Taki, SIGNAL(clicked()),
166+ ui->chk_Taki, SLOT(toggle()));
167+ connect(ui->Btn_Tago, SIGNAL(clicked()),
168+ ui->chk_Tago, SLOT(toggle()));
169+ connect(ui->Btn_Tati, SIGNAL(clicked()),
170+ ui->chk_Tati, SLOT(toggle()));
171+ connect(ui->Btn_Tama, SIGNAL(clicked()),
172+ ui->chk_Tama, SLOT(toggle()));
173+ connect(ui->Btn_Tare, SIGNAL(clicked()),
174+ ui->chk_Tare, SLOT(toggle()));
175+
176+ connect(ui->Btn_Koi, SIGNAL(clicked()),
177+ ui->chk_Koi, SLOT(toggle()));
178+ connect(ui->Btn_Konu, SIGNAL(clicked()),
179+ ui->chk_Konu, SLOT(toggle()));
180+ connect(ui->Btn_Kono, SIGNAL(clicked()),
181+ ui->chk_Kono, SLOT(toggle()));
182+ connect(ui->Btn_Kore, SIGNAL(clicked()),
183+ ui->chk_Kore, SLOT(toggle()));
184+ connect(ui->Btn_Kokoroa, SIGNAL(clicked()),
185+ ui->chk_Kokoroa, SLOT(toggle()));
186+ connect(ui->Btn_Kokoroni, SIGNAL(clicked()),
187+ ui->chk_Kokoroni, SLOT(toggle()));
188+ // O wa
189+ connect(ui->Btn_Oku, SIGNAL(clicked()),
190+ ui->chk_Oku, SLOT(toggle()));
191+ connect(ui->Btn_Ogu, SIGNAL(clicked()),
192+ ui->chk_Ogu, SLOT(toggle()));
193+ connect(ui->Btn_Oto, SIGNAL(clicked()),
194+ ui->chk_Oto, SLOT(toggle()));
195+ connect(ui->Btn_Omo, SIGNAL(clicked()),
196+ ui->chk_Omo, SLOT(toggle()));
197+ connect(ui->Btn_Ooe, SIGNAL(clicked()),
198+ ui->chk_Ooe, SLOT(toggle()));
199+ connect(ui->Btn_Ooke, SIGNAL(clicked()),
200+ ui->chk_Ooke, SLOT(toggle()));
201+ connect(ui->Btn_Ooko, SIGNAL(clicked()),
202+ ui->chk_Ooko, SLOT(toggle()));
203+
204+ connect(ui->Btn_Wabi, SIGNAL(clicked()),
205+ ui->chk_Wabi, SLOT(toggle()));
206+ connect(ui->Btn_Wagai, SIGNAL(clicked()),
207+ ui->chk_Wagai, SLOT(toggle()));
208+ connect(ui->Btn_Wagaso, SIGNAL(clicked()),
209+ ui->chk_Wagaso, SLOT(toggle()));
210+ connect(ui->Btn_Wasura, SIGNAL(clicked()),
211+ ui->chk_Wasura, SLOT(toggle()));
212+ connect(ui->Btn_Wasure, SIGNAL(clicked()),
213+ ui->chk_Wasure, SLOT(toggle()));
214+ connect(ui->Btn_Watako, SIGNAL(clicked()),
215+ ui->chk_Watako, SLOT(toggle()));
216+ connect(ui->Btn_Wataya, SIGNAL(clicked()),
217+ ui->chk_Wataya, SLOT(toggle()));
218+ // Na
219+ connect(ui->Btn_Natu, SIGNAL(clicked()),
220+ ui->chk_Natu, SLOT(toggle()));
221+ connect(ui->Btn_Nagaka, SIGNAL(clicked()),
222+ ui->chk_Nagaka, SLOT(toggle()));
223+ connect(ui->Btn_Nagara, SIGNAL(clicked()),
224+ ui->chk_Nagara, SLOT(toggle()));
225+ connect(ui->Btn_Nageki, SIGNAL(clicked()),
226+ ui->chk_Nageki, SLOT(toggle()));
227+ connect(ui->Btn_Nageke, SIGNAL(clicked()),
228+ ui->chk_Nageke, SLOT(toggle()));
229+ connect(ui->Btn_Nanisi, SIGNAL(clicked()),
230+ ui->chk_Nanisi, SLOT(toggle()));
231+ connect(ui->Btn_Naniwae, SIGNAL(clicked()),
232+ ui->chk_Naniwae, SLOT(toggle()));
233+ connect(ui->Btn_Naniwaga, SIGNAL(clicked()),
234+ ui->chk_Naniwaga, SLOT(toggle()));
235+
236+ // A
237+ connect(ui->Btn_Ai, SIGNAL(clicked()),
238+ ui->chk_Ai, SLOT(toggle()));
239+ connect(ui->Btn_Ake, SIGNAL(clicked()),
240+ ui->chk_Ake, SLOT(toggle()));
241+ connect(ui->Btn_Asi, SIGNAL(clicked()),
242+ ui->chk_Asi, SLOT(toggle()));
243+ connect(ui->Btn_Akika, SIGNAL(clicked()),
244+ ui->chk_Akika, SLOT(toggle()));
245+ connect(ui->Btn_Akino, SIGNAL(clicked()),
246+ ui->chk_Akino, SLOT(toggle()));
247+ connect(ui->Btn_Amatu, SIGNAL(clicked()),
248+ ui->chk_Amatu, SLOT(toggle()));
249+ connect(ui->Btn_Amano, SIGNAL(clicked()),
250+ ui->chk_Amano, SLOT(toggle()));
251+ connect(ui->Btn_Araza, SIGNAL(clicked()),
252+ ui->chk_Araza, SLOT(toggle()));
253+
254+ connect(ui->Btn_Arasi, SIGNAL(clicked()),
255+ ui->chk_Arasi, SLOT(toggle()));
256+ connect(ui->Btn_Aria, SIGNAL(clicked()),
257+ ui->chk_Aria, SLOT(toggle()));
258+ connect(ui->Btn_Arima, SIGNAL(clicked()),
259+ ui->chk_Arima, SLOT(toggle()));
260+ connect(ui->Btn_Awaji, SIGNAL(clicked()),
261+ ui->chk_Awaji, SLOT(toggle()));
262+ connect(ui->Btn_Aware, SIGNAL(clicked()),
263+ ui->chk_Aware, SLOT(toggle()));
264+ connect(ui->Btn_Asaji, SIGNAL(clicked()),
265+ ui->chk_Asaji, SLOT(toggle()));
266+ connect(ui->Btn_Asaa, SIGNAL(clicked()),
267+ ui->chk_Asaa, SLOT(toggle()));
268+ connect(ui->Btn_Asau, SIGNAL(clicked()),
269+ ui->chk_Asau, SLOT(toggle()));
270+}
271+
272+void FudaSelectDlg::GetCheckedList_CheckBox()
273+{
274+ FudaList->clear();
275+
276+ if (ui->chk_Mu->isChecked()) {
277+ FudaList->append(87); // 86
278+ }
279+ if (ui->chk_Su->isChecked()) {
280+ FudaList->append(18); // 18
281+ }
282+ if (ui->chk_Me->isChecked()) {
283+ FudaList->append(57); // 57
284+ }
285+ if (ui->chk_Fu->isChecked()) {
286+ FudaList->append(22); // 22
287+ }
288+ if (ui->chk_Sa->isChecked()) {
289+ FudaList->append(70); // 70
290+ }
291+ if (ui->chk_Ho->isChecked()) {
292+ FudaList->append(81); // 81
293+ }
294+ if (ui->chk_Se->isChecked()) {
295+ FudaList->append(77) ; // 77
296+ }
297+
298+ if (ui->chk_Uka->isChecked()) {
299+ FudaList->append(74) ; // 74
300+ }
301+ if (ui->chk_Ura->isChecked()) {
302+ FudaList->append(65) ; // 65
303+ }
304+ if (ui->chk_Tuki->isChecked()) {
305+ FudaList->append(23) ; // 23
306+ }
307+ if (ui->chk_Tuku->isChecked()) {
308+ FudaList->append(13) ; // 13
309+ }
310+ if (ui->chk_Sino->isChecked()) {
311+ FudaList->append(40) ; // 40
312+ }
313+ if (ui->chk_Sira->isChecked()) {
314+ FudaList->append(37) ; // 37
315+ }
316+ if (ui->chk_Momo->isChecked()) {
317+ FudaList->append(100) ; // 100
318+ }
319+ if (ui->chk_Moro->isChecked()) {
320+ FudaList->append(66) ; // 66
321+ }
322+ if (ui->chk_You->isChecked()) {
323+ FudaList->append(71) ; // 71
324+ }
325+ if (ui->chk_Yura->isChecked()) {
326+ FudaList->append(46) ; // 46
327+ }
328+
329+ if (ui->chk_Ini->isChecked()) {
330+ FudaList->append(61) ; // 61
331+ }
332+ if (ui->chk_Imaha->isChecked()) {
333+ FudaList->append(63) ; // 63
334+ }
335+ if (ui->chk_Imako->isChecked()) {
336+ FudaList->append(21) ; // 21
337+ }
338+
339+ if (ui->chk_Chiha->isChecked()) {
340+ FudaList->append(17) ; // 17
341+ }
342+ if (ui->chk_Chigirio->isChecked()) {
343+ FudaList->append(75) ; // 75
344+ }
345+ if (ui->chk_Chigiriki->isChecked()) {
346+ FudaList->append(42) ; // 42
347+ }
348+
349+ if (ui->chk_Hisa->isChecked()) {
350+ FudaList->append(33) ; // 33
351+ }
352+ if (ui->chk_Hitoha->isChecked()) {
353+ FudaList->append(35) ; // 35
354+ }
355+ if (ui->chk_Hitomo->isChecked()) {
356+ FudaList->append(99) ; // 99
357+ }
358+
359+ if (ui->chk_Kiri->isChecked()) {
360+ FudaList->append(91) ; // 91
361+ }
362+ if (ui->chk_Kimio->isChecked()) {
363+ FudaList->append(50) ; // 50
364+ }
365+ if (ui->chk_Kimiha->isChecked()) {
366+ FudaList->append(15) ; // 15
367+ }
368+
369+ if (ui->chk_Hanasa->isChecked()) {
370+ FudaList->append(96) ; // 96
371+ }
372+ if (ui->chk_Hanano->isChecked()) {
373+ FudaList->append(9) ; // 9
374+ }
375+ if (ui->chk_Harusu->isChecked()) {
376+ FudaList->append(2) ; // 2
377+ }
378+ if (ui->chk_Haruno->isChecked()) {
379+ FudaList->append(67) ; // 67
380+ }
381+
382+ if (ui->chk_Yae->isChecked()) {
383+ FudaList->append(47) ; // 47
384+ }
385+ if (ui->chk_Yasu->isChecked()) {
386+ FudaList->append(59) ; // 59
387+ }
388+ if (ui->chk_Yamaga->isChecked()) {
389+ FudaList->append(32) ; // 32
390+ }
391+ if (ui->chk_Yamaza->isChecked()) {
392+ FudaList->append(28) ; // 28
393+ }
394+
395+ if (ui->chk_Yomo->isChecked()) {
396+ FudaList->append(85) ; // 85
397+ }
398+ if (ui->chk_Yowo->isChecked()) {
399+ FudaList->append(62) ; // 62
400+ }
401+ if (ui->chk_Yonoha->isChecked()) {
402+ FudaList->append(93) ; // 93
403+ }
404+ if (ui->chk_Yonoyo->isChecked()) {
405+ FudaList->append(83) ; // 83
406+ }
407+
408+ if (ui->chk_Kaku->isChecked()) {
409+ FudaList->append(51) ; // 51
410+ }
411+ if (ui->chk_Kasa->isChecked()) {
412+ FudaList->append(6) ; // 6
413+ }
414+ if (ui->chk_Kazeso->isChecked()) {
415+ FudaList->append(98) ; // 98
416+ }
417+ if (ui->chk_Kazewo->isChecked()) {
418+ FudaList->append(48) ; // 48
419+ }
420+
421+ if (ui->chk_Mise->isChecked()) {
422+ FudaList->append(90) ; // 90
423+ }
424+ if (ui->chk_Miti->isChecked()) {
425+ FudaList->append(14) ; // 14
426+ }
427+ if (ui->chk_Miyo->isChecked()) {
428+ FudaList->append(94) ; // 94
429+ }
430+ if (ui->chk_Mikaki->isChecked()) {
431+ FudaList->append(49) ; // 49
432+ }
433+ if (ui->chk_Mikano->isChecked()) {
434+ FudaList->append(27) ; // 27
435+ }
436+
437+ if (ui->chk_Taka->isChecked()) {
438+ FudaList->append(73) ; // 73
439+ }
440+ if (ui->chk_Taki->isChecked()) {
441+ FudaList->append(55) ; // 55
442+ }
443+ if (ui->chk_Tago->isChecked()) {
444+ FudaList->append(4) ; // 4
445+ }
446+ if (ui->chk_Tati->isChecked()) {
447+ FudaList->append(16) ; // 16
448+ }
449+ if (ui->chk_Tama->isChecked()) {
450+ FudaList->append(89) ; // 89
451+ }
452+ if (ui->chk_Tare->isChecked()) {
453+ FudaList->append(34) ; // 34
454+ }
455+
456+ if (ui->chk_Koi->isChecked()) {
457+ FudaList->append(41) ; // 41
458+ }
459+ if (ui->chk_Konu->isChecked()) {
460+ FudaList->append(97) ; // 97
461+ }
462+ if (ui->chk_Kono->isChecked()) {
463+ FudaList->append(24) ; // 24
464+ }
465+ if (ui->chk_Kore->isChecked()) {
466+ FudaList->append(10) ; // 10
467+ }
468+ if (ui->chk_Kokoroa->isChecked()) {
469+ FudaList->append(29) ; // 29
470+ }
471+ if (ui->chk_Kokoroni->isChecked()) {
472+ FudaList->append(68) ; // 68
473+ }
474+ // O wa
475+ if (ui->chk_Oku->isChecked()) {
476+ FudaList->append(5) ; // 5
477+ }
478+ if (ui->chk_Ogu->isChecked()) {
479+ FudaList->append(26) ; // 26
480+ }
481+ if (ui->chk_Oto->isChecked()) {
482+ FudaList->append(72) ; // 72
483+ }
484+ if (ui->chk_Omo->isChecked()) {
485+ FudaList->append(82) ; // 82
486+ }
487+ if (ui->chk_Ooe->isChecked()) {
488+ FudaList->append(60) ; // 60
489+ }
490+ if (ui->chk_Ooke->isChecked()) {
491+ FudaList->append(95) ; // 95
492+ }
493+ if (ui->chk_Ooko->isChecked()) {
494+ FudaList->append(44) ; // 44
495+ }
496+
497+ if (ui->chk_Wabi->isChecked()) {
498+ FudaList->append(20) ; // 20
499+ }
500+ if (ui->chk_Wagai->isChecked()) {
501+ FudaList->append(8) ; // 8
502+ }
503+ if (ui->chk_Wagaso->isChecked()) {
504+ FudaList->append(92) ; // 92
505+ }
506+ if (ui->chk_Wasura->isChecked()) {
507+ FudaList->append(38) ; // 38
508+ }
509+ if (ui->chk_Wasure->isChecked()) {
510+ FudaList->append(54) ; // 54
511+ }
512+ if (ui->chk_Watako->isChecked()) {
513+ FudaList->append(76) ; // 76
514+ }
515+ if (ui->chk_Wataya->isChecked()) {
516+ FudaList->append(11) ; // 11
517+ }
518+
519+ // Na
520+ if (ui->chk_Natu->isChecked()) {
521+ FudaList->append(36) ; // 36
522+ }
523+ if (ui->chk_Nagaka->isChecked()) {
524+ FudaList->append(80) ; // 80
525+ }
526+ if (ui->chk_Nagara->isChecked()) {
527+ FudaList->append(84) ; // 84
528+ }
529+ if (ui->chk_Nageki->isChecked()) {
530+ FudaList->append(53) ; // 53
531+ }
532+ if (ui->chk_Nageke->isChecked()) {
533+ FudaList->append(86) ; // 86
534+ }
535+ if (ui->chk_Nanisi->isChecked()) {
536+ FudaList->append(25) ; // 25
537+ }
538+ if (ui->chk_Naniwae->isChecked()) {
539+ FudaList->append(88) ; // 88
540+ }
541+ if (ui->chk_Naniwaga->isChecked()) {
542+ FudaList->append(19) ; // 19
543+ }
544+ // A
545+ if (ui->chk_Ai->isChecked()) {
546+ FudaList->append(43) ; // 43
547+ }
548+ if (ui->chk_Ake->isChecked()) {
549+ FudaList->append(52) ; // 52
550+ }
551+ if (ui->chk_Asi->isChecked()) {
552+ FudaList->append(3) ; // 3
553+ }
554+ if (ui->chk_Akika->isChecked()) {
555+ FudaList->append(79) ; // 79
556+ }
557+ if (ui->chk_Akino->isChecked()) {
558+ FudaList->append(1) ; // 1
559+ }
560+ if (ui->chk_Amatu->isChecked()) {
561+ FudaList->append(12) ; // 12
562+ }
563+ if (ui->chk_Amano->isChecked()) {
564+ FudaList->append(7) ; // 7
565+ }
566+ if (ui->chk_Araza->isChecked()) {
567+ FudaList->append(56) ; // 56
568+ }
569+ if (ui->chk_Arasi->isChecked()) {
570+ FudaList->append(69) ; // 69
571+ }
572+ if (ui->chk_Aria->isChecked()) {
573+ FudaList->append(30) ; // 30
574+ }
575+ if (ui->chk_Arima->isChecked()) {
576+ FudaList->append(58) ; // 58
577+ }
578+ if (ui->chk_Awaji->isChecked()) {
579+ FudaList->append(78) ; // 78
580+ }
581+ if (ui->chk_Aware->isChecked()) {
582+ FudaList->append(45) ; // 45
583+ }
584+ if (ui->chk_Asaji->isChecked()) {
585+ FudaList->append(39) ; // 39
586+ }
587+ if (ui->chk_Asaa->isChecked()) {
588+ FudaList->append(31) ; // 31
589+ }
590+ if (ui->chk_Asau->isChecked()) {
591+ FudaList->append(64) ; // 64
592+ }
593+}
594+
595+void FudaSelectDlg::SetCheckedList_CheckBox()
596+{
597+ if (FudaList->contains(1)) {
598+ ui->chk_Akino->setChecked(true);
599+ }
600+ if (FudaList->contains(2)) {
601+ ui->chk_Harusu->setChecked(true);
602+ }
603+ if (FudaList->contains(3)) {
604+ ui->chk_Asi->setChecked(true);
605+ }
606+ if (FudaList->contains(4)) {
607+ ui->chk_Tago->setChecked(true);
608+ }
609+ if (FudaList->contains(5)) {
610+ ui->chk_Oku->setChecked(true);
611+ }
612+ if (FudaList->contains(6)) {
613+ ui->chk_Kasa->setChecked(true);
614+ }
615+ if (FudaList->contains(7)) {
616+ ui->chk_Amano->setChecked(true);
617+ }
618+ if (FudaList->contains(8)) {
619+ ui->chk_Wagai->setChecked(true);
620+ }
621+ if (FudaList->contains(9)) {
622+ ui->chk_Hanano->setChecked(true);
623+ }
624+ if (FudaList->contains(10)) {
625+ ui->chk_Kore->setChecked(true);
626+ }
627+ if (FudaList->contains(11)) {
628+ ui->chk_Wataya->setChecked(true);
629+ }
630+ if (FudaList->contains(12)) {
631+ ui->chk_Amatu->setChecked(true);
632+ }
633+ if (FudaList->contains(13)) {
634+ ui->chk_Tuku->setChecked(true);
635+ }
636+ if (FudaList->contains(14)) {
637+ ui->chk_Miti->setChecked(true);
638+ }
639+ if (FudaList->contains(15)) {
640+ ui->chk_Kimiha->setChecked(true);
641+ }
642+ if (FudaList->contains(16)) {
643+ ui->chk_Tati->setChecked(true);
644+ }
645+ if (FudaList->contains(17)) {
646+ ui->chk_Chiha->setChecked(true);
647+ }
648+ if (FudaList->contains(18)) {
649+ ui->chk_Su->setChecked(true);
650+ }
651+ if (FudaList->contains(19)) {
652+ ui->chk_Naniwaga->setChecked(true);
653+ }
654+ if (FudaList->contains(20)) {
655+ ui->chk_Wabi->setChecked(true);
656+ }
657+ if (FudaList->contains(21)) {
658+ ui->chk_Imako->setChecked(true);
659+ }
660+ if (FudaList->contains(22)) {
661+ ui->chk_Fu->setChecked(true);
662+ }
663+ if (FudaList->contains(23)) {
664+ ui->chk_Tuki->setChecked(true);
665+ }
666+ if (FudaList->contains(24)) {
667+ ui->chk_Kono->setChecked(true);
668+ }
669+ if (FudaList->contains(25)) {
670+ ui->chk_Nanisi->setChecked(true);
671+ }
672+ if (FudaList->contains(26)) {
673+ ui->chk_Ogu->setChecked(true);
674+ }
675+ if (FudaList->contains(27)) {
676+ ui->chk_Mikano->setChecked(true);
677+ }
678+ if (FudaList->contains(28)) {
679+ ui->chk_Yamaza->setChecked(true);
680+ }
681+ if (FudaList->contains(29)) {
682+ ui->chk_Kokoroa->setChecked(true);
683+ }
684+ if (FudaList->contains(30)) {
685+ ui->chk_Aria->setChecked(true);
686+ }
687+ if (FudaList->contains(31)) {
688+ ui->chk_Asaa->setChecked(true);
689+ }
690+ if (FudaList->contains(32)) {
691+ ui->chk_Yamaga->setChecked(true);
692+ }
693+ if (FudaList->contains(33)) {
694+ ui->chk_Hisa->setChecked(true);
695+ }
696+ if (FudaList->contains(34)) {
697+ ui->chk_Tare->setChecked(true);
698+ }
699+ if (FudaList->contains(35)) {
700+ ui->chk_Hitoha->setChecked(true);
701+ }
702+ if (FudaList->contains(36)) {
703+ ui->chk_Natu->setChecked(true);
704+ }
705+ if (FudaList->contains(37)) {
706+ ui->chk_Sira->setChecked(true);
707+ }
708+ if (FudaList->contains(38)) {
709+ ui->chk_Wasura->setChecked(true);
710+ }
711+ if (FudaList->contains(39)) {
712+ ui->chk_Asaji->setChecked(true);
713+ }
714+ if (FudaList->contains(40)) {
715+ ui->chk_Sino->setChecked(true);
716+ }
717+ if (FudaList->contains(41)) {
718+ ui->chk_Koi->setChecked(true);
719+ }
720+ if (FudaList->contains(42)) {
721+ ui->chk_Chigiriki->setChecked(true);
722+ }
723+ if (FudaList->contains(43)) {
724+ ui->chk_Ai->setChecked(true);
725+ }
726+ if (FudaList->contains(44)) {
727+ ui->chk_Ooko->setChecked(true);
728+ }
729+ if (FudaList->contains(45)) {
730+ ui->chk_Aware->setChecked(true);
731+ }
732+ if (FudaList->contains(46)) {
733+ ui->chk_Yura->setChecked(true);
734+ }
735+ if (FudaList->contains(47)) {
736+ ui->chk_Yae->setChecked(true);
737+ }
738+ if (FudaList->contains(48)) {
739+ ui->chk_Kazewo->setChecked(true);
740+ }
741+ if (FudaList->contains(49)) {
742+ ui->chk_Mikaki->setChecked(true);
743+ }
744+ if (FudaList->contains(50)) {
745+ ui->chk_Kimio->setChecked(true);
746+ }
747+
748+ if (FudaList->contains(51)) {
749+ ui->chk_Kaku->setChecked(true);
750+ }
751+ if (FudaList->contains(52)) {
752+ ui->chk_Ake->setChecked(true);
753+ }
754+ if (FudaList->contains(53)) {
755+ ui->chk_Nageki->setChecked(true);
756+ }
757+ if (FudaList->contains(54)) {
758+ ui->chk_Wasure->setChecked(true);
759+ }
760+ if (FudaList->contains(55)) {
761+ ui->chk_Taki->setChecked(true);
762+ }
763+ if (FudaList->contains(56)) {
764+ ui->chk_Araza->setChecked(true);
765+ }
766+ if (FudaList->contains(57)) {
767+ ui->chk_Me->setChecked(true);
768+ }
769+ if (FudaList->contains(58)) {
770+ ui->chk_Arima->setChecked(true);
771+ }
772+ if (FudaList->contains(59)) {
773+ ui->chk_Yasu->setChecked(true);
774+ }
775+ if (FudaList->contains(60)) {
776+ ui->chk_Ooe->setChecked(true);
777+ }
778+ if (FudaList->contains(61)) {
779+ ui->chk_Ini->setChecked(true);
780+ }
781+ if (FudaList->contains(62)) {
782+ ui->chk_Yowo->setChecked(true);
783+ }
784+ if (FudaList->contains(63)) {
785+ ui->chk_Imaha->setChecked(true);
786+ }
787+ if (FudaList->contains(64)) {
788+ ui->chk_Asau->setChecked(true);
789+ }
790+ if (FudaList->contains(65)) {
791+ ui->chk_Ura->setChecked(true);
792+ }
793+ if (FudaList->contains(66)) {
794+ ui->chk_Moro->setChecked(true);
795+ }
796+ if (FudaList->contains(67)) {
797+ ui->chk_Haruno->setChecked(true);
798+ }
799+ if (FudaList->contains(68)) {
800+ ui->chk_Kokoroni->setChecked(true);
801+ }
802+ if (FudaList->contains(69)) {
803+ ui->chk_Arasi->setChecked(true);
804+ }
805+ if (FudaList->contains(70)) {
806+ ui->chk_Sa->setChecked(true);
807+ }
808+ if (FudaList->contains(71)) {
809+ ui->chk_You->setChecked(true);
810+ }
811+ if (FudaList->contains(72)) {
812+ ui->chk_Oto->setChecked(true);
813+ }
814+ if (FudaList->contains(73)) {
815+ ui->chk_Taka->setChecked(true);
816+ }
817+ if (FudaList->contains(74)) {
818+ ui->chk_Uka->setChecked(true);
819+ }
820+ if (FudaList->contains(75)) {
821+ ui->chk_Chigirio->setChecked(true);
822+ }
823+ if (FudaList->contains(76)) {
824+ ui->chk_Watako->setChecked(true);
825+ }
826+ if (FudaList->contains(77)) {
827+ ui->chk_Se->setChecked(true);
828+ }
829+ if (FudaList->contains(78)) {
830+ ui->chk_Awaji->setChecked(true);
831+ }
832+ if (FudaList->contains(79)) {
833+ ui->chk_Akika->setChecked(true);
834+ }
835+ if (FudaList->contains(80)) {
836+ ui->chk_Nagaka->setChecked(true);
837+ }
838+ if (FudaList->contains(81)) {
839+ ui->chk_Ho->setChecked(true);
840+ }
841+ if (FudaList->contains(82)) {
842+ ui->chk_Omo->setChecked(true);
843+ }
844+ if (FudaList->contains(83)) {
845+ ui->chk_Yonoyo->setChecked(true);
846+ }
847+ if (FudaList->contains(84)) {
848+ ui->chk_Nagara->setChecked(true);
849+ }
850+ if (FudaList->contains(85)) {
851+ ui->chk_Yomo->setChecked(true);
852+ }
853+ if (FudaList->contains(86)) {
854+ ui->chk_Nageke->setChecked(true);
855+ }
856+ if (FudaList->contains(87)) {
857+ ui->chk_Mu->setChecked(true);
858+ }
859+ if (FudaList->contains(88)) {
860+ ui->chk_Naniwae->setChecked(true);
861+ }
862+ if (FudaList->contains(89)) {
863+ ui->chk_Tama->setChecked(true);
864+ }
865+ if (FudaList->contains(90)) {
866+ ui->chk_Mise->setChecked(true);
867+ }
868+ if (FudaList->contains(91)) {
869+ ui->chk_Kiri->setChecked(true);
870+ }
871+ if (FudaList->contains(92)) {
872+ ui->chk_Wagaso->setChecked(true);
873+ }
874+ if (FudaList->contains(93)) {
875+ ui->chk_Yonoha->setChecked(true);
876+ }
877+ if (FudaList->contains(94)) {
878+ ui->chk_Miyo->setChecked(true);
879+ }
880+ if (FudaList->contains(95)) {
881+ ui->chk_Ooke->setChecked(true);
882+ }
883+ if (FudaList->contains(96)) {
884+ ui->chk_Hanasa->setChecked(true);
885+ }
886+ if (FudaList->contains(97)) {
887+ ui->chk_Konu->setChecked(true);
888+ }
889+ if (FudaList->contains(98)) {
890+ ui->chk_Kazeso->setChecked(true);
891+ }
892+ if (FudaList->contains(99)) {
893+ ui->chk_Hitomo->setChecked(true);
894+ }
895+ if (FudaList->contains(100)) {
896+ ui->chk_Momo->setChecked(true);
897+ }
898+
899+}
900+
901+void FudaSelectDlg::on_Btn_MuseUyu_clicked()
902+{
903+ // Mu Su Me Fu Sa Ho Se
904+ ui->chk_Mu->toggle();
905+ ui->chk_Su->toggle();
906+ ui->chk_Me->toggle();
907+ ui->chk_Fu->toggle();
908+ ui->chk_Sa->toggle();
909+ ui->chk_Ho->toggle();
910+ ui->chk_Se->toggle();
911+
912+ // u tu si mo yu
913+ ui->chk_Uka->toggle();
914+ ui->chk_Ura->toggle();
915+
916+ ui->chk_Tuki->toggle();
917+ ui->chk_Tuku->toggle();
918+
919+ ui->chk_Sino->toggle();
920+ ui->chk_Sira->toggle();
921+
922+ ui->chk_Momo->toggle();
923+ ui->chk_Moro->toggle();
924+
925+ ui->chk_You->toggle();
926+ ui->chk_Yura->toggle();
927+}
928+
929+void FudaSelectDlg::on_Btn_Itihiki_clicked()
930+{
931+ // i chi hi ki
932+ ui->chk_Ini->toggle();
933+ ui->chk_Imako->toggle();
934+ ui->chk_Imaha->toggle();
935+
936+ ui->chk_Chiha->toggle();
937+ ui->chk_Chigirio->toggle();
938+ ui->chk_Chigiriki->toggle();
939+
940+ ui->chk_Hisa->toggle();
941+ ui->chk_Hitoha->toggle();
942+ ui->chk_Hitomo->toggle();
943+
944+ ui->chk_Kiri->toggle();
945+ ui->chk_Kimio->toggle();
946+ ui->chk_Kimiha->toggle();
947+}
948+
949+void FudaSelectDlg::on_Btn_Hayayoka_clicked()
950+{
951+ // Ha Ya Yo Ka
952+ ui->chk_Hanasa->toggle();
953+ ui->chk_Hanano->toggle();
954+ ui->chk_Harusu->toggle();
955+ ui->chk_Haruno->toggle();
956+
957+ ui->chk_Yae->toggle();
958+ ui->chk_Yasu->toggle();
959+ ui->chk_Yamaga->toggle();
960+ ui->chk_Yamaza->toggle();
961+
962+ ui->chk_Yomo->toggle();
963+ ui->chk_Yowo->toggle();
964+ ui->chk_Yonoha->toggle();
965+ ui->chk_Yonoyo->toggle();
966+
967+ ui->chk_Kaku->toggle();
968+ ui->chk_Kasa->toggle();
969+ ui->chk_Kazeso->toggle();
970+ ui->chk_Kazewo->toggle();
971+}
972+
973+void FudaSelectDlg::on_Btn_Mitako_clicked()
974+{
975+ // mi ta ko
976+ ui->chk_Mise->toggle();
977+ ui->chk_Miti->toggle();
978+ ui->chk_Miyo->toggle();
979+ ui->chk_Mikaki->toggle();
980+ ui->chk_Mikano->toggle();
981+
982+ ui->chk_Taka->toggle();
983+ ui->chk_Taki->toggle();
984+ ui->chk_Tago->toggle();
985+ ui->chk_Tati->toggle();
986+ ui->chk_Tama->toggle();
987+ ui->chk_Tare->toggle();
988+
989+ ui->chk_Koi->toggle();
990+ ui->chk_Konu->toggle();
991+ ui->chk_Kono->toggle();
992+ ui->chk_Kore->toggle();
993+ ui->chk_Kokoroa->toggle();
994+ ui->chk_Kokoroni->toggle();
995+}
996+
997+void FudaSelectDlg::on_Btn_Owa_clicked()
998+{
999+ // O wa
1000+ ui->chk_Oku->toggle();
1001+ ui->chk_Ogu->toggle();
1002+ ui->chk_Oto->toggle();
1003+ ui->chk_Omo->toggle();
1004+ ui->chk_Ooe->toggle();
1005+ ui->chk_Ooke->toggle();
1006+ ui->chk_Ooko->toggle();
1007+
1008+ ui->chk_Wabi->toggle();
1009+ ui->chk_Wagai->toggle();
1010+ ui->chk_Wagaso->toggle();
1011+ ui->chk_Wasura->toggle();
1012+ ui->chk_Wasure->toggle();
1013+ ui->chk_Watako->toggle();
1014+ ui->chk_Wataya->toggle();
1015+}
1016+
1017+void FudaSelectDlg::on_Btn_Na_clicked()
1018+{
1019+ // Na
1020+ ui->chk_Natu->toggle();
1021+ ui->chk_Nagaka->toggle();
1022+ ui->chk_Nagara->toggle();
1023+ ui->chk_Nageki->toggle();
1024+ ui->chk_Nageke->toggle();
1025+ ui->chk_Nanisi->toggle();
1026+ ui->chk_Naniwae->toggle();
1027+ ui->chk_Naniwaga->toggle();
1028+}
1029+
1030+void FudaSelectDlg::on_Btn_A_clicked()
1031+{
1032+ // A
1033+ ui->chk_Ai->toggle();
1034+ ui->chk_Ake->toggle();
1035+ ui->chk_Asi->toggle();
1036+ ui->chk_Akika->toggle();
1037+ ui->chk_Akino->toggle();
1038+ ui->chk_Amatu->toggle();
1039+ ui->chk_Amano->toggle();
1040+ ui->chk_Araza->toggle();
1041+
1042+ ui->chk_Arasi->toggle();
1043+ ui->chk_Aria->toggle();
1044+ ui->chk_Arima->toggle();
1045+ ui->chk_Awaji->toggle();
1046+ ui->chk_Aware->toggle();
1047+ ui->chk_Asaji->toggle();
1048+ ui->chk_Asaa->toggle();
1049+ ui->chk_Asau->toggle();
1050+}
--- /dev/null
+++ b/fudaselectdlg.h
@@ -0,0 +1,48 @@
1+#ifndef FUDASELECTDLG_H
2+#define FUDASELECTDLG_H
3+
4+#include <QDialog>
5+
6+namespace Ui {
7+ class FudaSelectDlg;
8+}
9+
10+class FudaSelectDlg : public QDialog
11+{
12+ Q_OBJECT
13+
14+public:
15+ explicit FudaSelectDlg(QWidget *parent = 0);
16+ ~FudaSelectDlg();
17+ void SetFList(QList<int> *List);
18+
19+private slots:
20+ void on_buttonBox_accepted();
21+ void on_buttonBox_rejected();
22+
23+ void on_Btn_MuseUyu_clicked();
24+
25+ void on_Btn_Itihiki_clicked();
26+
27+ void on_Btn_Hayayoka_clicked();
28+
29+ void on_Btn_Mitako_clicked();
30+
31+ void on_Btn_Owa_clicked();
32+
33+ void on_Btn_Na_clicked();
34+
35+ void on_Btn_A_clicked();
36+
37+private:
38+ void ConnectSlotSignal_BtnAndCheckBox();
39+ void GetCheckedList_CheckBox();
40+ void SetCheckedList_CheckBox();
41+
42+ Ui::FudaSelectDlg *ui;
43+
44+ QList<int> *FudaList;
45+
46+};
47+
48+#endif // FUDASELECTDLG_H
--- /dev/null
+++ b/fudaselectdlg.ui
@@ -0,0 +1,2759 @@
1+<?xml version="1.0" encoding="UTF-8"?>
2+<ui version="4.0">
3+ <class>FudaSelectDlg</class>
4+ <widget class="QDialog" name="FudaSelectDlg">
5+ <property name="geometry">
6+ <rect>
7+ <x>0</x>
8+ <y>0</y>
9+ <width>800</width>
10+ <height>581</height>
11+ </rect>
12+ </property>
13+ <property name="windowTitle">
14+ <string>札選択</string>
15+ </property>
16+ <widget class="QDialogButtonBox" name="buttonBox">
17+ <property name="geometry">
18+ <rect>
19+ <x>510</x>
20+ <y>540</y>
21+ <width>271</width>
22+ <height>32</height>
23+ </rect>
24+ </property>
25+ <property name="orientation">
26+ <enum>Qt::Horizontal</enum>
27+ </property>
28+ <property name="standardButtons">
29+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30+ </property>
31+ </widget>
32+ <widget class="QWidget" name="layoutWidget">
33+ <property name="geometry">
34+ <rect>
35+ <x>30</x>
36+ <y>70</y>
37+ <width>96</width>
38+ <height>25</height>
39+ </rect>
40+ </property>
41+ <layout class="QHBoxLayout" name="horizontalLayout_2">
42+ <item>
43+ <widget class="QCheckBox" name="chk_Su">
44+ <property name="text">
45+ <string/>
46+ </property>
47+ </widget>
48+ </item>
49+ <item>
50+ <widget class="QPushButton" name="Btn_Su">
51+ <property name="text">
52+ <string>す</string>
53+ </property>
54+ </widget>
55+ </item>
56+ </layout>
57+ </widget>
58+ <widget class="QWidget" name="layoutWidget_2">
59+ <property name="geometry">
60+ <rect>
61+ <x>30</x>
62+ <y>100</y>
63+ <width>96</width>
64+ <height>25</height>
65+ </rect>
66+ </property>
67+ <layout class="QHBoxLayout" name="horizontalLayout_3">
68+ <item>
69+ <widget class="QCheckBox" name="chk_Me">
70+ <property name="text">
71+ <string/>
72+ </property>
73+ </widget>
74+ </item>
75+ <item>
76+ <widget class="QPushButton" name="Btn_Me">
77+ <property name="text">
78+ <string>め</string>
79+ </property>
80+ </widget>
81+ </item>
82+ </layout>
83+ </widget>
84+ <widget class="QWidget" name="layoutWidget_3">
85+ <property name="geometry">
86+ <rect>
87+ <x>30</x>
88+ <y>130</y>
89+ <width>96</width>
90+ <height>25</height>
91+ </rect>
92+ </property>
93+ <layout class="QHBoxLayout" name="horizontalLayout_4">
94+ <item>
95+ <widget class="QCheckBox" name="chk_Fu">
96+ <property name="text">
97+ <string/>
98+ </property>
99+ </widget>
100+ </item>
101+ <item>
102+ <widget class="QPushButton" name="Btn_Fu">
103+ <property name="text">
104+ <string>ふ</string>
105+ </property>
106+ </widget>
107+ </item>
108+ </layout>
109+ </widget>
110+ <widget class="QWidget" name="layoutWidget_4">
111+ <property name="geometry">
112+ <rect>
113+ <x>30</x>
114+ <y>160</y>
115+ <width>96</width>
116+ <height>25</height>
117+ </rect>
118+ </property>
119+ <layout class="QHBoxLayout" name="horizontalLayout_5">
120+ <item>
121+ <widget class="QCheckBox" name="chk_Sa">
122+ <property name="text">
123+ <string/>
124+ </property>
125+ </widget>
126+ </item>
127+ <item>
128+ <widget class="QPushButton" name="Btn_Sa">
129+ <property name="text">
130+ <string>さ</string>
131+ </property>
132+ </widget>
133+ </item>
134+ </layout>
135+ </widget>
136+ <widget class="QWidget" name="layoutWidget_5">
137+ <property name="geometry">
138+ <rect>
139+ <x>30</x>
140+ <y>190</y>
141+ <width>96</width>
142+ <height>25</height>
143+ </rect>
144+ </property>
145+ <layout class="QHBoxLayout" name="horizontalLayout_6">
146+ <item>
147+ <widget class="QCheckBox" name="chk_Ho">
148+ <property name="text">
149+ <string/>
150+ </property>
151+ </widget>
152+ </item>
153+ <item>
154+ <widget class="QPushButton" name="Btn_Ho">
155+ <property name="text">
156+ <string>ほ</string>
157+ </property>
158+ </widget>
159+ </item>
160+ </layout>
161+ </widget>
162+ <widget class="QWidget" name="layoutWidget_6">
163+ <property name="geometry">
164+ <rect>
165+ <x>30</x>
166+ <y>220</y>
167+ <width>96</width>
168+ <height>25</height>
169+ </rect>
170+ </property>
171+ <layout class="QHBoxLayout" name="horizontalLayout_7">
172+ <item>
173+ <widget class="QCheckBox" name="chk_Se">
174+ <property name="text">
175+ <string/>
176+ </property>
177+ </widget>
178+ </item>
179+ <item>
180+ <widget class="QPushButton" name="Btn_Se">
181+ <property name="text">
182+ <string>せ</string>
183+ </property>
184+ </widget>
185+ </item>
186+ </layout>
187+ </widget>
188+ <widget class="QWidget" name="layoutWidget">
189+ <property name="geometry">
190+ <rect>
191+ <x>30</x>
192+ <y>40</y>
193+ <width>96</width>
194+ <height>25</height>
195+ </rect>
196+ </property>
197+ <layout class="QHBoxLayout" name="horizontalLayout">
198+ <item>
199+ <widget class="QCheckBox" name="chk_Mu">
200+ <property name="text">
201+ <string/>
202+ </property>
203+ </widget>
204+ </item>
205+ <item>
206+ <widget class="QPushButton" name="Btn_Mu">
207+ <property name="text">
208+ <string>む</string>
209+ </property>
210+ </widget>
211+ </item>
212+ </layout>
213+ </widget>
214+ <widget class="QWidget" name="layoutWidget_7">
215+ <property name="geometry">
216+ <rect>
217+ <x>30</x>
218+ <y>410</y>
219+ <width>96</width>
220+ <height>25</height>
221+ </rect>
222+ </property>
223+ <layout class="QHBoxLayout" name="horizontalLayout_8">
224+ <item>
225+ <widget class="QCheckBox" name="chk_Sira">
226+ <property name="text">
227+ <string/>
228+ </property>
229+ </widget>
230+ </item>
231+ <item>
232+ <widget class="QPushButton" name="Btn_Sira">
233+ <property name="text">
234+ <string>しら</string>
235+ </property>
236+ </widget>
237+ </item>
238+ </layout>
239+ </widget>
240+ <widget class="QWidget" name="layoutWidget_8">
241+ <property name="geometry">
242+ <rect>
243+ <x>30</x>
244+ <y>290</y>
245+ <width>96</width>
246+ <height>25</height>
247+ </rect>
248+ </property>
249+ <layout class="QHBoxLayout" name="horizontalLayout_9">
250+ <item>
251+ <widget class="QCheckBox" name="chk_Ura">
252+ <property name="text">
253+ <string/>
254+ </property>
255+ </widget>
256+ </item>
257+ <item>
258+ <widget class="QPushButton" name="Btn_Ura">
259+ <property name="text">
260+ <string>うら</string>
261+ </property>
262+ </widget>
263+ </item>
264+ </layout>
265+ </widget>
266+ <widget class="QWidget" name="layoutWidget_9">
267+ <property name="geometry">
268+ <rect>
269+ <x>30</x>
270+ <y>260</y>
271+ <width>96</width>
272+ <height>25</height>
273+ </rect>
274+ </property>
275+ <layout class="QHBoxLayout" name="horizontalLayout_10">
276+ <item>
277+ <widget class="QCheckBox" name="chk_Uka">
278+ <property name="text">
279+ <string/>
280+ </property>
281+ </widget>
282+ </item>
283+ <item>
284+ <widget class="QPushButton" name="Btn_Uka">
285+ <property name="text">
286+ <string>うか</string>
287+ </property>
288+ </widget>
289+ </item>
290+ </layout>
291+ </widget>
292+ <widget class="QWidget" name="layoutWidget_10">
293+ <property name="geometry">
294+ <rect>
295+ <x>30</x>
296+ <y>440</y>
297+ <width>96</width>
298+ <height>25</height>
299+ </rect>
300+ </property>
301+ <layout class="QHBoxLayout" name="horizontalLayout_11">
302+ <item>
303+ <widget class="QCheckBox" name="chk_Momo">
304+ <property name="text">
305+ <string/>
306+ </property>
307+ </widget>
308+ </item>
309+ <item>
310+ <widget class="QPushButton" name="Btn_Momo">
311+ <property name="text">
312+ <string>もも</string>
313+ </property>
314+ </widget>
315+ </item>
316+ </layout>
317+ </widget>
318+ <widget class="QWidget" name="layoutWidget_11">
319+ <property name="geometry">
320+ <rect>
321+ <x>30</x>
322+ <y>320</y>
323+ <width>96</width>
324+ <height>25</height>
325+ </rect>
326+ </property>
327+ <layout class="QHBoxLayout" name="horizontalLayout_12">
328+ <item>
329+ <widget class="QCheckBox" name="chk_Tuki">
330+ <property name="text">
331+ <string/>
332+ </property>
333+ </widget>
334+ </item>
335+ <item>
336+ <widget class="QPushButton" name="Btn_Tuki">
337+ <property name="text">
338+ <string>つき</string>
339+ </property>
340+ </widget>
341+ </item>
342+ </layout>
343+ </widget>
344+ <widget class="QWidget" name="layoutWidget_12">
345+ <property name="geometry">
346+ <rect>
347+ <x>30</x>
348+ <y>380</y>
349+ <width>96</width>
350+ <height>25</height>
351+ </rect>
352+ </property>
353+ <layout class="QHBoxLayout" name="horizontalLayout_13">
354+ <item>
355+ <widget class="QCheckBox" name="chk_Sino">
356+ <property name="text">
357+ <string/>
358+ </property>
359+ </widget>
360+ </item>
361+ <item>
362+ <widget class="QPushButton" name="Btn_Sino">
363+ <property name="text">
364+ <string>しの</string>
365+ </property>
366+ </widget>
367+ </item>
368+ </layout>
369+ </widget>
370+ <widget class="QWidget" name="layoutWidget_13">
371+ <property name="geometry">
372+ <rect>
373+ <x>30</x>
374+ <y>350</y>
375+ <width>96</width>
376+ <height>25</height>
377+ </rect>
378+ </property>
379+ <layout class="QHBoxLayout" name="horizontalLayout_14">
380+ <item>
381+ <widget class="QCheckBox" name="chk_Tuku">
382+ <property name="text">
383+ <string/>
384+ </property>
385+ </widget>
386+ </item>
387+ <item>
388+ <widget class="QPushButton" name="Btn_Tuku">
389+ <property name="text">
390+ <string>つく</string>
391+ </property>
392+ </widget>
393+ </item>
394+ </layout>
395+ </widget>
396+ <widget class="QWidget" name="layoutWidget_14">
397+ <property name="geometry">
398+ <rect>
399+ <x>30</x>
400+ <y>500</y>
401+ <width>96</width>
402+ <height>25</height>
403+ </rect>
404+ </property>
405+ <layout class="QHBoxLayout" name="horizontalLayout_15">
406+ <item>
407+ <widget class="QCheckBox" name="chk_You">
408+ <property name="text">
409+ <string/>
410+ </property>
411+ </widget>
412+ </item>
413+ <item>
414+ <widget class="QPushButton" name="Btn_You">
415+ <property name="text">
416+ <string>ゆう</string>
417+ </property>
418+ </widget>
419+ </item>
420+ </layout>
421+ </widget>
422+ <widget class="QWidget" name="layoutWidget_15">
423+ <property name="geometry">
424+ <rect>
425+ <x>30</x>
426+ <y>530</y>
427+ <width>96</width>
428+ <height>25</height>
429+ </rect>
430+ </property>
431+ <layout class="QHBoxLayout" name="horizontalLayout_16">
432+ <item>
433+ <widget class="QCheckBox" name="chk_Yura">
434+ <property name="text">
435+ <string/>
436+ </property>
437+ </widget>
438+ </item>
439+ <item>
440+ <widget class="QPushButton" name="Btn_Yura">
441+ <property name="text">
442+ <string>ゆら</string>
443+ </property>
444+ </widget>
445+ </item>
446+ </layout>
447+ </widget>
448+ <widget class="QWidget" name="layoutWidget_16">
449+ <property name="geometry">
450+ <rect>
451+ <x>30</x>
452+ <y>470</y>
453+ <width>96</width>
454+ <height>25</height>
455+ </rect>
456+ </property>
457+ <layout class="QHBoxLayout" name="horizontalLayout_17">
458+ <item>
459+ <widget class="QCheckBox" name="chk_Moro">
460+ <property name="text">
461+ <string/>
462+ </property>
463+ </widget>
464+ </item>
465+ <item>
466+ <widget class="QPushButton" name="Btn_Moro">
467+ <property name="text">
468+ <string>もろ</string>
469+ </property>
470+ </widget>
471+ </item>
472+ </layout>
473+ </widget>
474+ <widget class="QWidget" name="layoutWidget_17">
475+ <property name="geometry">
476+ <rect>
477+ <x>140</x>
478+ <y>100</y>
479+ <width>96</width>
480+ <height>25</height>
481+ </rect>
482+ </property>
483+ <layout class="QHBoxLayout" name="horizontalLayout_18">
484+ <item>
485+ <widget class="QCheckBox" name="chk_Imaha">
486+ <property name="text">
487+ <string/>
488+ </property>
489+ </widget>
490+ </item>
491+ <item>
492+ <widget class="QPushButton" name="Btn_Imaha">
493+ <property name="text">
494+ <string>いまは</string>
495+ </property>
496+ </widget>
497+ </item>
498+ </layout>
499+ </widget>
500+ <widget class="QWidget" name="layoutWidget_18">
501+ <property name="geometry">
502+ <rect>
503+ <x>140</x>
504+ <y>40</y>
505+ <width>96</width>
506+ <height>25</height>
507+ </rect>
508+ </property>
509+ <layout class="QHBoxLayout" name="horizontalLayout_19">
510+ <item>
511+ <widget class="QCheckBox" name="chk_Ini">
512+ <property name="text">
513+ <string/>
514+ </property>
515+ </widget>
516+ </item>
517+ <item>
518+ <widget class="QPushButton" name="Btn_Ini">
519+ <property name="text">
520+ <string>いに</string>
521+ </property>
522+ </widget>
523+ </item>
524+ </layout>
525+ </widget>
526+ <widget class="QWidget" name="layoutWidget_19">
527+ <property name="geometry">
528+ <rect>
529+ <x>140</x>
530+ <y>70</y>
531+ <width>96</width>
532+ <height>25</height>
533+ </rect>
534+ </property>
535+ <layout class="QHBoxLayout" name="horizontalLayout_20">
536+ <item>
537+ <widget class="QCheckBox" name="chk_Imako">
538+ <property name="text">
539+ <string/>
540+ </property>
541+ </widget>
542+ </item>
543+ <item>
544+ <widget class="QPushButton" name="Btn_Imako">
545+ <property name="text">
546+ <string>いまこ</string>
547+ </property>
548+ </widget>
549+ </item>
550+ </layout>
551+ </widget>
552+ <widget class="QWidget" name="layoutWidget_20">
553+ <property name="geometry">
554+ <rect>
555+ <x>140</x>
556+ <y>180</y>
557+ <width>96</width>
558+ <height>25</height>
559+ </rect>
560+ </property>
561+ <layout class="QHBoxLayout" name="horizontalLayout_21">
562+ <item>
563+ <widget class="QCheckBox" name="chk_Chigirio">
564+ <property name="text">
565+ <string/>
566+ </property>
567+ </widget>
568+ </item>
569+ <item>
570+ <widget class="QPushButton" name="Btn_Chigirio">
571+ <property name="text">
572+ <string>ちぎりお</string>
573+ </property>
574+ </widget>
575+ </item>
576+ </layout>
577+ </widget>
578+ <widget class="QWidget" name="layoutWidget_21">
579+ <property name="geometry">
580+ <rect>
581+ <x>140</x>
582+ <y>210</y>
583+ <width>96</width>
584+ <height>25</height>
585+ </rect>
586+ </property>
587+ <layout class="QHBoxLayout" name="horizontalLayout_22">
588+ <item>
589+ <widget class="QCheckBox" name="chk_Chigiriki">
590+ <property name="text">
591+ <string/>
592+ </property>
593+ </widget>
594+ </item>
595+ <item>
596+ <widget class="QPushButton" name="Btn_Chigiriki">
597+ <property name="text">
598+ <string>ちぎりき</string>
599+ </property>
600+ </widget>
601+ </item>
602+ </layout>
603+ </widget>
604+ <widget class="QWidget" name="layoutWidget_22">
605+ <property name="geometry">
606+ <rect>
607+ <x>140</x>
608+ <y>150</y>
609+ <width>96</width>
610+ <height>25</height>
611+ </rect>
612+ </property>
613+ <layout class="QHBoxLayout" name="horizontalLayout_23">
614+ <item>
615+ <widget class="QCheckBox" name="chk_Chiha">
616+ <property name="text">
617+ <string/>
618+ </property>
619+ </widget>
620+ </item>
621+ <item>
622+ <widget class="QPushButton" name="Btn_Chiha">
623+ <property name="text">
624+ <string>ちは</string>
625+ </property>
626+ </widget>
627+ </item>
628+ </layout>
629+ </widget>
630+ <widget class="QWidget" name="layoutWidget_23">
631+ <property name="geometry">
632+ <rect>
633+ <x>140</x>
634+ <y>290</y>
635+ <width>96</width>
636+ <height>25</height>
637+ </rect>
638+ </property>
639+ <layout class="QHBoxLayout" name="horizontalLayout_24">
640+ <item>
641+ <widget class="QCheckBox" name="chk_Hitoha">
642+ <property name="text">
643+ <string/>
644+ </property>
645+ </widget>
646+ </item>
647+ <item>
648+ <widget class="QPushButton" name="Btn_Hitoha">
649+ <property name="text">
650+ <string>ひとは</string>
651+ </property>
652+ </widget>
653+ </item>
654+ </layout>
655+ </widget>
656+ <widget class="QWidget" name="layoutWidget_24">
657+ <property name="geometry">
658+ <rect>
659+ <x>140</x>
660+ <y>320</y>
661+ <width>96</width>
662+ <height>25</height>
663+ </rect>
664+ </property>
665+ <layout class="QHBoxLayout" name="horizontalLayout_25">
666+ <item>
667+ <widget class="QCheckBox" name="chk_Hitomo">
668+ <property name="text">
669+ <string/>
670+ </property>
671+ </widget>
672+ </item>
673+ <item>
674+ <widget class="QPushButton" name="Btn_Hitomo">
675+ <property name="text">
676+ <string>ひとも</string>
677+ </property>
678+ </widget>
679+ </item>
680+ </layout>
681+ </widget>
682+ <widget class="QWidget" name="layoutWidget_25">
683+ <property name="geometry">
684+ <rect>
685+ <x>140</x>
686+ <y>260</y>
687+ <width>96</width>
688+ <height>25</height>
689+ </rect>
690+ </property>
691+ <layout class="QHBoxLayout" name="horizontalLayout_26">
692+ <item>
693+ <widget class="QCheckBox" name="chk_Hisa">
694+ <property name="text">
695+ <string/>
696+ </property>
697+ </widget>
698+ </item>
699+ <item>
700+ <widget class="QPushButton" name="Btn_Hisa">
701+ <property name="text">
702+ <string>ひさ</string>
703+ </property>
704+ </widget>
705+ </item>
706+ </layout>
707+ </widget>
708+ <widget class="QWidget" name="layoutWidget_26">
709+ <property name="geometry">
710+ <rect>
711+ <x>140</x>
712+ <y>400</y>
713+ <width>96</width>
714+ <height>25</height>
715+ </rect>
716+ </property>
717+ <layout class="QHBoxLayout" name="horizontalLayout_27">
718+ <item>
719+ <widget class="QCheckBox" name="chk_Kimio">
720+ <property name="text">
721+ <string/>
722+ </property>
723+ </widget>
724+ </item>
725+ <item>
726+ <widget class="QPushButton" name="Btn_Kimio">
727+ <property name="text">
728+ <string>きみ~お</string>
729+ </property>
730+ </widget>
731+ </item>
732+ </layout>
733+ </widget>
734+ <widget class="QWidget" name="layoutWidget_27">
735+ <property name="geometry">
736+ <rect>
737+ <x>140</x>
738+ <y>430</y>
739+ <width>96</width>
740+ <height>25</height>
741+ </rect>
742+ </property>
743+ <layout class="QHBoxLayout" name="horizontalLayout_28">
744+ <item>
745+ <widget class="QCheckBox" name="chk_Kimiha">
746+ <property name="text">
747+ <string/>
748+ </property>
749+ </widget>
750+ </item>
751+ <item>
752+ <widget class="QPushButton" name="Btn_Kimiha">
753+ <property name="text">
754+ <string>きみ~は</string>
755+ </property>
756+ </widget>
757+ </item>
758+ </layout>
759+ </widget>
760+ <widget class="QWidget" name="layoutWidget_28">
761+ <property name="geometry">
762+ <rect>
763+ <x>250</x>
764+ <y>100</y>
765+ <width>96</width>
766+ <height>25</height>
767+ </rect>
768+ </property>
769+ <layout class="QHBoxLayout" name="horizontalLayout_29">
770+ <item>
771+ <widget class="QCheckBox" name="chk_Harusu">
772+ <property name="text">
773+ <string/>
774+ </property>
775+ </widget>
776+ </item>
777+ <item>
778+ <widget class="QPushButton" name="Btn_Harusu">
779+ <property name="text">
780+ <string>はるす</string>
781+ </property>
782+ </widget>
783+ </item>
784+ </layout>
785+ </widget>
786+ <widget class="QWidget" name="layoutWidget_29">
787+ <property name="geometry">
788+ <rect>
789+ <x>250</x>
790+ <y>130</y>
791+ <width>96</width>
792+ <height>25</height>
793+ </rect>
794+ </property>
795+ <layout class="QHBoxLayout" name="horizontalLayout_30">
796+ <item>
797+ <widget class="QCheckBox" name="chk_Haruno">
798+ <property name="text">
799+ <string/>
800+ </property>
801+ </widget>
802+ </item>
803+ <item>
804+ <widget class="QPushButton" name="Btn_Haruno">
805+ <property name="text">
806+ <string>はるの</string>
807+ </property>
808+ </widget>
809+ </item>
810+ </layout>
811+ </widget>
812+ <widget class="QWidget" name="layoutWidget_30">
813+ <property name="geometry">
814+ <rect>
815+ <x>250</x>
816+ <y>70</y>
817+ <width>96</width>
818+ <height>25</height>
819+ </rect>
820+ </property>
821+ <layout class="QHBoxLayout" name="horizontalLayout_31">
822+ <item>
823+ <widget class="QCheckBox" name="chk_Hanano">
824+ <property name="text">
825+ <string/>
826+ </property>
827+ </widget>
828+ </item>
829+ <item>
830+ <widget class="QPushButton" name="Btn_Hanano">
831+ <property name="text">
832+ <string>はなの</string>
833+ </property>
834+ </widget>
835+ </item>
836+ </layout>
837+ </widget>
838+ <widget class="QWidget" name="layoutWidget_31">
839+ <property name="geometry">
840+ <rect>
841+ <x>250</x>
842+ <y>40</y>
843+ <width>96</width>
844+ <height>25</height>
845+ </rect>
846+ </property>
847+ <layout class="QHBoxLayout" name="horizontalLayout_32">
848+ <item>
849+ <widget class="QCheckBox" name="chk_Hanasa">
850+ <property name="text">
851+ <string/>
852+ </property>
853+ </widget>
854+ </item>
855+ <item>
856+ <widget class="QPushButton" name="Btn_Hanasa">
857+ <property name="text">
858+ <string>はなさ</string>
859+ </property>
860+ </widget>
861+ </item>
862+ </layout>
863+ </widget>
864+ <widget class="QWidget" name="layoutWidget_32">
865+ <property name="geometry">
866+ <rect>
867+ <x>140</x>
868+ <y>370</y>
869+ <width>96</width>
870+ <height>25</height>
871+ </rect>
872+ </property>
873+ <layout class="QHBoxLayout" name="horizontalLayout_33">
874+ <item>
875+ <widget class="QCheckBox" name="chk_Kiri">
876+ <property name="text">
877+ <string/>
878+ </property>
879+ </widget>
880+ </item>
881+ <item>
882+ <widget class="QPushButton" name="Btn_Kiri">
883+ <property name="text">
884+ <string>きり</string>
885+ </property>
886+ </widget>
887+ </item>
888+ </layout>
889+ </widget>
890+ <widget class="QWidget" name="layoutWidget_33">
891+ <property name="geometry">
892+ <rect>
893+ <x>250</x>
894+ <y>170</y>
895+ <width>96</width>
896+ <height>25</height>
897+ </rect>
898+ </property>
899+ <layout class="QHBoxLayout" name="horizontalLayout_34">
900+ <item>
901+ <widget class="QCheckBox" name="chk_Yae">
902+ <property name="text">
903+ <string/>
904+ </property>
905+ </widget>
906+ </item>
907+ <item>
908+ <widget class="QPushButton" name="Btn_Yae">
909+ <property name="text">
910+ <string>やえ</string>
911+ </property>
912+ </widget>
913+ </item>
914+ </layout>
915+ </widget>
916+ <widget class="QWidget" name="layoutWidget_34">
917+ <property name="geometry">
918+ <rect>
919+ <x>250</x>
920+ <y>260</y>
921+ <width>96</width>
922+ <height>25</height>
923+ </rect>
924+ </property>
925+ <layout class="QHBoxLayout" name="horizontalLayout_35">
926+ <item>
927+ <widget class="QCheckBox" name="chk_Yamaza">
928+ <property name="text">
929+ <string/>
930+ </property>
931+ </widget>
932+ </item>
933+ <item>
934+ <widget class="QPushButton" name="Btn_Yamaza">
935+ <property name="text">
936+ <string>やまざ</string>
937+ </property>
938+ </widget>
939+ </item>
940+ </layout>
941+ </widget>
942+ <widget class="QWidget" name="layoutWidget_35">
943+ <property name="geometry">
944+ <rect>
945+ <x>250</x>
946+ <y>230</y>
947+ <width>96</width>
948+ <height>25</height>
949+ </rect>
950+ </property>
951+ <layout class="QHBoxLayout" name="horizontalLayout_36">
952+ <item>
953+ <widget class="QCheckBox" name="chk_Yamaga">
954+ <property name="text">
955+ <string/>
956+ </property>
957+ </widget>
958+ </item>
959+ <item>
960+ <widget class="QPushButton" name="Btn_Yamaga">
961+ <property name="text">
962+ <string>やまが</string>
963+ </property>
964+ </widget>
965+ </item>
966+ </layout>
967+ </widget>
968+ <widget class="QWidget" name="layoutWidget_36">
969+ <property name="geometry">
970+ <rect>
971+ <x>250</x>
972+ <y>200</y>
973+ <width>96</width>
974+ <height>25</height>
975+ </rect>
976+ </property>
977+ <layout class="QHBoxLayout" name="horizontalLayout_37">
978+ <item>
979+ <widget class="QCheckBox" name="chk_Yasu">
980+ <property name="text">
981+ <string/>
982+ </property>
983+ </widget>
984+ </item>
985+ <item>
986+ <widget class="QPushButton" name="Btn_Yasu">
987+ <property name="text">
988+ <string>やす</string>
989+ </property>
990+ </widget>
991+ </item>
992+ </layout>
993+ </widget>
994+ <widget class="QWidget" name="layoutWidget_37">
995+ <property name="geometry">
996+ <rect>
997+ <x>250</x>
998+ <y>300</y>
999+ <width>96</width>
1000+ <height>25</height>
1001+ </rect>
1002+ </property>
1003+ <layout class="QHBoxLayout" name="horizontalLayout_38">
1004+ <item>
1005+ <widget class="QCheckBox" name="chk_Yomo">
1006+ <property name="text">
1007+ <string/>
1008+ </property>
1009+ </widget>
1010+ </item>
1011+ <item>
1012+ <widget class="QPushButton" name="Btn_Yomo">
1013+ <property name="text">
1014+ <string>よも</string>
1015+ </property>
1016+ </widget>
1017+ </item>
1018+ </layout>
1019+ </widget>
1020+ <widget class="QWidget" name="layoutWidget_38">
1021+ <property name="geometry">
1022+ <rect>
1023+ <x>250</x>
1024+ <y>360</y>
1025+ <width>96</width>
1026+ <height>25</height>
1027+ </rect>
1028+ </property>
1029+ <layout class="QHBoxLayout" name="horizontalLayout_39">
1030+ <item>
1031+ <widget class="QCheckBox" name="chk_Yonoha">
1032+ <property name="text">
1033+ <string/>
1034+ </property>
1035+ </widget>
1036+ </item>
1037+ <item>
1038+ <widget class="QPushButton" name="Btn_Yonoha">
1039+ <property name="text">
1040+ <string>よの~は</string>
1041+ </property>
1042+ </widget>
1043+ </item>
1044+ </layout>
1045+ </widget>
1046+ <widget class="QWidget" name="layoutWidget_39">
1047+ <property name="geometry">
1048+ <rect>
1049+ <x>250</x>
1050+ <y>390</y>
1051+ <width>96</width>
1052+ <height>25</height>
1053+ </rect>
1054+ </property>
1055+ <layout class="QHBoxLayout" name="horizontalLayout_40">
1056+ <item>
1057+ <widget class="QCheckBox" name="chk_Yonoyo">
1058+ <property name="text">
1059+ <string/>
1060+ </property>
1061+ </widget>
1062+ </item>
1063+ <item>
1064+ <widget class="QPushButton" name="Btn_Yonoyo">
1065+ <property name="text">
1066+ <string>よの~よ</string>
1067+ </property>
1068+ </widget>
1069+ </item>
1070+ </layout>
1071+ </widget>
1072+ <widget class="QWidget" name="layoutWidget_40">
1073+ <property name="geometry">
1074+ <rect>
1075+ <x>250</x>
1076+ <y>330</y>
1077+ <width>96</width>
1078+ <height>25</height>
1079+ </rect>
1080+ </property>
1081+ <layout class="QHBoxLayout" name="horizontalLayout_41">
1082+ <item>
1083+ <widget class="QCheckBox" name="chk_Yowo">
1084+ <property name="text">
1085+ <string/>
1086+ </property>
1087+ </widget>
1088+ </item>
1089+ <item>
1090+ <widget class="QPushButton" name="Btn_Yowo">
1091+ <property name="text">
1092+ <string>よを</string>
1093+ </property>
1094+ </widget>
1095+ </item>
1096+ </layout>
1097+ </widget>
1098+ <widget class="QWidget" name="layoutWidget_41">
1099+ <property name="geometry">
1100+ <rect>
1101+ <x>250</x>
1102+ <y>460</y>
1103+ <width>96</width>
1104+ <height>25</height>
1105+ </rect>
1106+ </property>
1107+ <layout class="QHBoxLayout" name="horizontalLayout_42">
1108+ <item>
1109+ <widget class="QCheckBox" name="chk_Kasa">
1110+ <property name="text">
1111+ <string/>
1112+ </property>
1113+ </widget>
1114+ </item>
1115+ <item>
1116+ <widget class="QPushButton" name="Btn_Kasa">
1117+ <property name="text">
1118+ <string>かさ</string>
1119+ </property>
1120+ </widget>
1121+ </item>
1122+ </layout>
1123+ </widget>
1124+ <widget class="QWidget" name="layoutWidget_42">
1125+ <property name="geometry">
1126+ <rect>
1127+ <x>250</x>
1128+ <y>490</y>
1129+ <width>96</width>
1130+ <height>25</height>
1131+ </rect>
1132+ </property>
1133+ <layout class="QHBoxLayout" name="horizontalLayout_43">
1134+ <item>
1135+ <widget class="QCheckBox" name="chk_Kazeso">
1136+ <property name="text">
1137+ <string/>
1138+ </property>
1139+ </widget>
1140+ </item>
1141+ <item>
1142+ <widget class="QPushButton" name="Btn_Kazeso">
1143+ <property name="text">
1144+ <string>かぜそ</string>
1145+ </property>
1146+ </widget>
1147+ </item>
1148+ </layout>
1149+ </widget>
1150+ <widget class="QWidget" name="layoutWidget_43">
1151+ <property name="geometry">
1152+ <rect>
1153+ <x>250</x>
1154+ <y>520</y>
1155+ <width>96</width>
1156+ <height>25</height>
1157+ </rect>
1158+ </property>
1159+ <layout class="QHBoxLayout" name="horizontalLayout_44">
1160+ <item>
1161+ <widget class="QCheckBox" name="chk_Kazewo">
1162+ <property name="text">
1163+ <string/>
1164+ </property>
1165+ </widget>
1166+ </item>
1167+ <item>
1168+ <widget class="QPushButton" name="Btn_Kazewo">
1169+ <property name="text">
1170+ <string>かぜを</string>
1171+ </property>
1172+ </widget>
1173+ </item>
1174+ </layout>
1175+ </widget>
1176+ <widget class="QWidget" name="layoutWidget_44">
1177+ <property name="geometry">
1178+ <rect>
1179+ <x>250</x>
1180+ <y>430</y>
1181+ <width>96</width>
1182+ <height>25</height>
1183+ </rect>
1184+ </property>
1185+ <layout class="QHBoxLayout" name="horizontalLayout_45">
1186+ <item>
1187+ <widget class="QCheckBox" name="chk_Kaku">
1188+ <property name="text">
1189+ <string/>
1190+ </property>
1191+ </widget>
1192+ </item>
1193+ <item>
1194+ <widget class="QPushButton" name="Btn_Kaku">
1195+ <property name="text">
1196+ <string>かく</string>
1197+ </property>
1198+ </widget>
1199+ </item>
1200+ </layout>
1201+ </widget>
1202+ <widget class="QWidget" name="layoutWidget_45">
1203+ <property name="geometry">
1204+ <rect>
1205+ <x>360</x>
1206+ <y>100</y>
1207+ <width>96</width>
1208+ <height>25</height>
1209+ </rect>
1210+ </property>
1211+ <layout class="QHBoxLayout" name="horizontalLayout_46">
1212+ <item>
1213+ <widget class="QCheckBox" name="chk_Miyo">
1214+ <property name="text">
1215+ <string/>
1216+ </property>
1217+ </widget>
1218+ </item>
1219+ <item>
1220+ <widget class="QPushButton" name="Btn_Miyo">
1221+ <property name="text">
1222+ <string>みよ</string>
1223+ </property>
1224+ </widget>
1225+ </item>
1226+ </layout>
1227+ </widget>
1228+ <widget class="QWidget" name="layoutWidget_46">
1229+ <property name="geometry">
1230+ <rect>
1231+ <x>360</x>
1232+ <y>130</y>
1233+ <width>96</width>
1234+ <height>25</height>
1235+ </rect>
1236+ </property>
1237+ <layout class="QHBoxLayout" name="horizontalLayout_47">
1238+ <item>
1239+ <widget class="QCheckBox" name="chk_Mikaki">
1240+ <property name="text">
1241+ <string/>
1242+ </property>
1243+ </widget>
1244+ </item>
1245+ <item>
1246+ <widget class="QPushButton" name="Btn_Mikaki">
1247+ <property name="text">
1248+ <string>みかき</string>
1249+ </property>
1250+ </widget>
1251+ </item>
1252+ </layout>
1253+ </widget>
1254+ <widget class="QWidget" name="layoutWidget_47">
1255+ <property name="geometry">
1256+ <rect>
1257+ <x>360</x>
1258+ <y>160</y>
1259+ <width>96</width>
1260+ <height>25</height>
1261+ </rect>
1262+ </property>
1263+ <layout class="QHBoxLayout" name="horizontalLayout_48">
1264+ <item>
1265+ <widget class="QCheckBox" name="chk_Mikano">
1266+ <property name="text">
1267+ <string/>
1268+ </property>
1269+ </widget>
1270+ </item>
1271+ <item>
1272+ <widget class="QPushButton" name="Btn_Mikano">
1273+ <property name="text">
1274+ <string>みかの</string>
1275+ </property>
1276+ </widget>
1277+ </item>
1278+ </layout>
1279+ </widget>
1280+ <widget class="QWidget" name="layoutWidget_48">
1281+ <property name="geometry">
1282+ <rect>
1283+ <x>360</x>
1284+ <y>70</y>
1285+ <width>96</width>
1286+ <height>25</height>
1287+ </rect>
1288+ </property>
1289+ <layout class="QHBoxLayout" name="horizontalLayout_49">
1290+ <item>
1291+ <widget class="QCheckBox" name="chk_Miti">
1292+ <property name="text">
1293+ <string/>
1294+ </property>
1295+ </widget>
1296+ </item>
1297+ <item>
1298+ <widget class="QPushButton" name="Btn_Miti">
1299+ <property name="text">
1300+ <string>みち</string>
1301+ </property>
1302+ </widget>
1303+ </item>
1304+ </layout>
1305+ </widget>
1306+ <widget class="QWidget" name="layoutWidget_49">
1307+ <property name="geometry">
1308+ <rect>
1309+ <x>360</x>
1310+ <y>40</y>
1311+ <width>96</width>
1312+ <height>25</height>
1313+ </rect>
1314+ </property>
1315+ <layout class="QHBoxLayout" name="horizontalLayout_50">
1316+ <item>
1317+ <widget class="QCheckBox" name="chk_Mise">
1318+ <property name="text">
1319+ <string/>
1320+ </property>
1321+ </widget>
1322+ </item>
1323+ <item>
1324+ <widget class="QPushButton" name="Btn_Mise">
1325+ <property name="text">
1326+ <string>みせ</string>
1327+ </property>
1328+ </widget>
1329+ </item>
1330+ </layout>
1331+ </widget>
1332+ <widget class="QWidget" name="layoutWidget_50">
1333+ <property name="geometry">
1334+ <rect>
1335+ <x>360</x>
1336+ <y>320</y>
1337+ <width>96</width>
1338+ <height>25</height>
1339+ </rect>
1340+ </property>
1341+ <layout class="QHBoxLayout" name="horizontalLayout_51">
1342+ <item>
1343+ <widget class="QCheckBox" name="chk_Tama">
1344+ <property name="text">
1345+ <string/>
1346+ </property>
1347+ </widget>
1348+ </item>
1349+ <item>
1350+ <widget class="QPushButton" name="Btn_Tama">
1351+ <property name="text">
1352+ <string>たま</string>
1353+ </property>
1354+ </widget>
1355+ </item>
1356+ </layout>
1357+ </widget>
1358+ <widget class="QWidget" name="layoutWidget_51">
1359+ <property name="geometry">
1360+ <rect>
1361+ <x>360</x>
1362+ <y>230</y>
1363+ <width>96</width>
1364+ <height>25</height>
1365+ </rect>
1366+ </property>
1367+ <layout class="QHBoxLayout" name="horizontalLayout_52">
1368+ <item>
1369+ <widget class="QCheckBox" name="chk_Taki">
1370+ <property name="text">
1371+ <string/>
1372+ </property>
1373+ </widget>
1374+ </item>
1375+ <item>
1376+ <widget class="QPushButton" name="Btn_Taki">
1377+ <property name="text">
1378+ <string>たき</string>
1379+ </property>
1380+ </widget>
1381+ </item>
1382+ </layout>
1383+ </widget>
1384+ <widget class="QWidget" name="layoutWidget_52">
1385+ <property name="geometry">
1386+ <rect>
1387+ <x>360</x>
1388+ <y>290</y>
1389+ <width>96</width>
1390+ <height>25</height>
1391+ </rect>
1392+ </property>
1393+ <layout class="QHBoxLayout" name="horizontalLayout_53">
1394+ <item>
1395+ <widget class="QCheckBox" name="chk_Tati">
1396+ <property name="text">
1397+ <string/>
1398+ </property>
1399+ </widget>
1400+ </item>
1401+ <item>
1402+ <widget class="QPushButton" name="Btn_Tati">
1403+ <property name="text">
1404+ <string>たち</string>
1405+ </property>
1406+ </widget>
1407+ </item>
1408+ </layout>
1409+ </widget>
1410+ <widget class="QWidget" name="layoutWidget_53">
1411+ <property name="geometry">
1412+ <rect>
1413+ <x>360</x>
1414+ <y>200</y>
1415+ <width>96</width>
1416+ <height>25</height>
1417+ </rect>
1418+ </property>
1419+ <layout class="QHBoxLayout" name="horizontalLayout_54">
1420+ <item>
1421+ <widget class="QCheckBox" name="chk_Taka">
1422+ <property name="text">
1423+ <string/>
1424+ </property>
1425+ </widget>
1426+ </item>
1427+ <item>
1428+ <widget class="QPushButton" name="Btn_Taka">
1429+ <property name="text">
1430+ <string>たか</string>
1431+ </property>
1432+ </widget>
1433+ </item>
1434+ </layout>
1435+ </widget>
1436+ <widget class="QWidget" name="layoutWidget_54">
1437+ <property name="geometry">
1438+ <rect>
1439+ <x>360</x>
1440+ <y>350</y>
1441+ <width>96</width>
1442+ <height>25</height>
1443+ </rect>
1444+ </property>
1445+ <layout class="QHBoxLayout" name="horizontalLayout_55">
1446+ <item>
1447+ <widget class="QCheckBox" name="chk_Tare">
1448+ <property name="text">
1449+ <string/>
1450+ </property>
1451+ </widget>
1452+ </item>
1453+ <item>
1454+ <widget class="QPushButton" name="Btn_Tare">
1455+ <property name="text">
1456+ <string>たれ</string>
1457+ </property>
1458+ </widget>
1459+ </item>
1460+ </layout>
1461+ </widget>
1462+ <widget class="QWidget" name="layoutWidget_55">
1463+ <property name="geometry">
1464+ <rect>
1465+ <x>360</x>
1466+ <y>260</y>
1467+ <width>96</width>
1468+ <height>25</height>
1469+ </rect>
1470+ </property>
1471+ <layout class="QHBoxLayout" name="horizontalLayout_56">
1472+ <item>
1473+ <widget class="QCheckBox" name="chk_Tago">
1474+ <property name="text">
1475+ <string/>
1476+ </property>
1477+ </widget>
1478+ </item>
1479+ <item>
1480+ <widget class="QPushButton" name="Btn_Tago">
1481+ <property name="text">
1482+ <string>たご</string>
1483+ </property>
1484+ </widget>
1485+ </item>
1486+ </layout>
1487+ </widget>
1488+ <widget class="QWidget" name="layoutWidget_56">
1489+ <property name="geometry">
1490+ <rect>
1491+ <x>360</x>
1492+ <y>510</y>
1493+ <width>96</width>
1494+ <height>25</height>
1495+ </rect>
1496+ </property>
1497+ <layout class="QHBoxLayout" name="horizontalLayout_57">
1498+ <item>
1499+ <widget class="QCheckBox" name="chk_Kokoroa">
1500+ <property name="text">
1501+ <string/>
1502+ </property>
1503+ </widget>
1504+ </item>
1505+ <item>
1506+ <widget class="QPushButton" name="Btn_Kokoroa">
1507+ <property name="text">
1508+ <string>こころあ</string>
1509+ </property>
1510+ </widget>
1511+ </item>
1512+ </layout>
1513+ </widget>
1514+ <widget class="QWidget" name="layoutWidget_57">
1515+ <property name="geometry">
1516+ <rect>
1517+ <x>360</x>
1518+ <y>450</y>
1519+ <width>96</width>
1520+ <height>25</height>
1521+ </rect>
1522+ </property>
1523+ <layout class="QHBoxLayout" name="horizontalLayout_58">
1524+ <item>
1525+ <widget class="QCheckBox" name="chk_Kono">
1526+ <property name="text">
1527+ <string/>
1528+ </property>
1529+ </widget>
1530+ </item>
1531+ <item>
1532+ <widget class="QPushButton" name="Btn_Kono">
1533+ <property name="text">
1534+ <string>この</string>
1535+ </property>
1536+ </widget>
1537+ </item>
1538+ </layout>
1539+ </widget>
1540+ <widget class="QWidget" name="layoutWidget_58">
1541+ <property name="geometry">
1542+ <rect>
1543+ <x>360</x>
1544+ <y>480</y>
1545+ <width>96</width>
1546+ <height>25</height>
1547+ </rect>
1548+ </property>
1549+ <layout class="QHBoxLayout" name="horizontalLayout_59">
1550+ <item>
1551+ <widget class="QCheckBox" name="chk_Kore">
1552+ <property name="text">
1553+ <string/>
1554+ </property>
1555+ </widget>
1556+ </item>
1557+ <item>
1558+ <widget class="QPushButton" name="Btn_Kore">
1559+ <property name="text">
1560+ <string>これ</string>
1561+ </property>
1562+ </widget>
1563+ </item>
1564+ </layout>
1565+ </widget>
1566+ <widget class="QWidget" name="layoutWidget_59">
1567+ <property name="geometry">
1568+ <rect>
1569+ <x>360</x>
1570+ <y>540</y>
1571+ <width>96</width>
1572+ <height>25</height>
1573+ </rect>
1574+ </property>
1575+ <layout class="QHBoxLayout" name="horizontalLayout_60">
1576+ <item>
1577+ <widget class="QCheckBox" name="chk_Kokoroni">
1578+ <property name="text">
1579+ <string/>
1580+ </property>
1581+ </widget>
1582+ </item>
1583+ <item>
1584+ <widget class="QPushButton" name="Btn_Kokoroni">
1585+ <property name="text">
1586+ <string>こころに</string>
1587+ </property>
1588+ </widget>
1589+ </item>
1590+ </layout>
1591+ </widget>
1592+ <widget class="QWidget" name="layoutWidget_60">
1593+ <property name="geometry">
1594+ <rect>
1595+ <x>360</x>
1596+ <y>420</y>
1597+ <width>96</width>
1598+ <height>25</height>
1599+ </rect>
1600+ </property>
1601+ <layout class="QHBoxLayout" name="horizontalLayout_61">
1602+ <item>
1603+ <widget class="QCheckBox" name="chk_Konu">
1604+ <property name="text">
1605+ <string/>
1606+ </property>
1607+ </widget>
1608+ </item>
1609+ <item>
1610+ <widget class="QPushButton" name="Btn_Konu">
1611+ <property name="text">
1612+ <string>こぬ</string>
1613+ </property>
1614+ </widget>
1615+ </item>
1616+ </layout>
1617+ </widget>
1618+ <widget class="QWidget" name="layoutWidget_61">
1619+ <property name="geometry">
1620+ <rect>
1621+ <x>360</x>
1622+ <y>390</y>
1623+ <width>96</width>
1624+ <height>25</height>
1625+ </rect>
1626+ </property>
1627+ <layout class="QHBoxLayout" name="horizontalLayout_62">
1628+ <item>
1629+ <widget class="QCheckBox" name="chk_Koi">
1630+ <property name="text">
1631+ <string/>
1632+ </property>
1633+ </widget>
1634+ </item>
1635+ <item>
1636+ <widget class="QPushButton" name="Btn_Koi">
1637+ <property name="text">
1638+ <string>こい</string>
1639+ </property>
1640+ </widget>
1641+ </item>
1642+ </layout>
1643+ </widget>
1644+ <widget class="QWidget" name="layoutWidget_62">
1645+ <property name="geometry">
1646+ <rect>
1647+ <x>470</x>
1648+ <y>130</y>
1649+ <width>96</width>
1650+ <height>25</height>
1651+ </rect>
1652+ </property>
1653+ <layout class="QHBoxLayout" name="horizontalLayout_63">
1654+ <item>
1655+ <widget class="QCheckBox" name="chk_Omo">
1656+ <property name="text">
1657+ <string/>
1658+ </property>
1659+ </widget>
1660+ </item>
1661+ <item>
1662+ <widget class="QPushButton" name="Btn_Omo">
1663+ <property name="text">
1664+ <string>おも</string>
1665+ </property>
1666+ </widget>
1667+ </item>
1668+ </layout>
1669+ </widget>
1670+ <widget class="QWidget" name="layoutWidget_63">
1671+ <property name="geometry">
1672+ <rect>
1673+ <x>470</x>
1674+ <y>40</y>
1675+ <width>96</width>
1676+ <height>25</height>
1677+ </rect>
1678+ </property>
1679+ <layout class="QHBoxLayout" name="horizontalLayout_64">
1680+ <item>
1681+ <widget class="QCheckBox" name="chk_Oku">
1682+ <property name="text">
1683+ <string/>
1684+ </property>
1685+ </widget>
1686+ </item>
1687+ <item>
1688+ <widget class="QPushButton" name="Btn_Oku">
1689+ <property name="text">
1690+ <string>おく</string>
1691+ </property>
1692+ </widget>
1693+ </item>
1694+ </layout>
1695+ </widget>
1696+ <widget class="QWidget" name="layoutWidget_64">
1697+ <property name="geometry">
1698+ <rect>
1699+ <x>470</x>
1700+ <y>220</y>
1701+ <width>96</width>
1702+ <height>25</height>
1703+ </rect>
1704+ </property>
1705+ <layout class="QHBoxLayout" name="horizontalLayout_65">
1706+ <item>
1707+ <widget class="QCheckBox" name="chk_Ooko">
1708+ <property name="text">
1709+ <string/>
1710+ </property>
1711+ </widget>
1712+ </item>
1713+ <item>
1714+ <widget class="QPushButton" name="Btn_Ooko">
1715+ <property name="text">
1716+ <string>おおこ</string>
1717+ </property>
1718+ </widget>
1719+ </item>
1720+ </layout>
1721+ </widget>
1722+ <widget class="QWidget" name="layoutWidget_65">
1723+ <property name="geometry">
1724+ <rect>
1725+ <x>470</x>
1726+ <y>100</y>
1727+ <width>96</width>
1728+ <height>25</height>
1729+ </rect>
1730+ </property>
1731+ <layout class="QHBoxLayout" name="horizontalLayout_66">
1732+ <item>
1733+ <widget class="QCheckBox" name="chk_Oto">
1734+ <property name="text">
1735+ <string/>
1736+ </property>
1737+ </widget>
1738+ </item>
1739+ <item>
1740+ <widget class="QPushButton" name="Btn_Oto">
1741+ <property name="text">
1742+ <string>おと</string>
1743+ </property>
1744+ </widget>
1745+ </item>
1746+ </layout>
1747+ </widget>
1748+ <widget class="QWidget" name="layoutWidget_66">
1749+ <property name="geometry">
1750+ <rect>
1751+ <x>470</x>
1752+ <y>70</y>
1753+ <width>96</width>
1754+ <height>25</height>
1755+ </rect>
1756+ </property>
1757+ <layout class="QHBoxLayout" name="horizontalLayout_67">
1758+ <item>
1759+ <widget class="QCheckBox" name="chk_Ogu">
1760+ <property name="text">
1761+ <string/>
1762+ </property>
1763+ </widget>
1764+ </item>
1765+ <item>
1766+ <widget class="QPushButton" name="Btn_Ogu">
1767+ <property name="text">
1768+ <string>おぐ</string>
1769+ </property>
1770+ </widget>
1771+ </item>
1772+ </layout>
1773+ </widget>
1774+ <widget class="QWidget" name="layoutWidget_67">
1775+ <property name="geometry">
1776+ <rect>
1777+ <x>470</x>
1778+ <y>190</y>
1779+ <width>96</width>
1780+ <height>25</height>
1781+ </rect>
1782+ </property>
1783+ <layout class="QHBoxLayout" name="horizontalLayout_68">
1784+ <item>
1785+ <widget class="QCheckBox" name="chk_Ooke">
1786+ <property name="text">
1787+ <string/>
1788+ </property>
1789+ </widget>
1790+ </item>
1791+ <item>
1792+ <widget class="QPushButton" name="Btn_Ooke">
1793+ <property name="text">
1794+ <string>おおけ</string>
1795+ </property>
1796+ </widget>
1797+ </item>
1798+ </layout>
1799+ </widget>
1800+ <widget class="QWidget" name="layoutWidget_68">
1801+ <property name="geometry">
1802+ <rect>
1803+ <x>470</x>
1804+ <y>160</y>
1805+ <width>96</width>
1806+ <height>25</height>
1807+ </rect>
1808+ </property>
1809+ <layout class="QHBoxLayout" name="horizontalLayout_69">
1810+ <item>
1811+ <widget class="QCheckBox" name="chk_Ooe">
1812+ <property name="text">
1813+ <string/>
1814+ </property>
1815+ </widget>
1816+ </item>
1817+ <item>
1818+ <widget class="QPushButton" name="Btn_Ooe">
1819+ <property name="text">
1820+ <string>おおえ</string>
1821+ </property>
1822+ </widget>
1823+ </item>
1824+ </layout>
1825+ </widget>
1826+ <widget class="QWidget" name="layoutWidget_69">
1827+ <property name="geometry">
1828+ <rect>
1829+ <x>470</x>
1830+ <y>280</y>
1831+ <width>96</width>
1832+ <height>25</height>
1833+ </rect>
1834+ </property>
1835+ <layout class="QHBoxLayout" name="horizontalLayout_70">
1836+ <item>
1837+ <widget class="QCheckBox" name="chk_Wabi">
1838+ <property name="text">
1839+ <string/>
1840+ </property>
1841+ </widget>
1842+ </item>
1843+ <item>
1844+ <widget class="QPushButton" name="Btn_Wabi">
1845+ <property name="text">
1846+ <string>わび</string>
1847+ </property>
1848+ </widget>
1849+ </item>
1850+ </layout>
1851+ </widget>
1852+ <widget class="QWidget" name="layoutWidget_70">
1853+ <property name="geometry">
1854+ <rect>
1855+ <x>470</x>
1856+ <y>370</y>
1857+ <width>96</width>
1858+ <height>25</height>
1859+ </rect>
1860+ </property>
1861+ <layout class="QHBoxLayout" name="horizontalLayout_71">
1862+ <item>
1863+ <widget class="QCheckBox" name="chk_Wasura">
1864+ <property name="text">
1865+ <string/>
1866+ </property>
1867+ </widget>
1868+ </item>
1869+ <item>
1870+ <widget class="QPushButton" name="Btn_Wasura">
1871+ <property name="text">
1872+ <string>わすら</string>
1873+ </property>
1874+ </widget>
1875+ </item>
1876+ </layout>
1877+ </widget>
1878+ <widget class="QWidget" name="layoutWidget_71">
1879+ <property name="geometry">
1880+ <rect>
1881+ <x>470</x>
1882+ <y>460</y>
1883+ <width>96</width>
1884+ <height>25</height>
1885+ </rect>
1886+ </property>
1887+ <layout class="QHBoxLayout" name="horizontalLayout_72">
1888+ <item>
1889+ <widget class="QCheckBox" name="chk_Wataya">
1890+ <property name="text">
1891+ <string/>
1892+ </property>
1893+ </widget>
1894+ </item>
1895+ <item>
1896+ <widget class="QPushButton" name="Btn_Wataya">
1897+ <property name="text">
1898+ <string>わた~や</string>
1899+ </property>
1900+ </widget>
1901+ </item>
1902+ </layout>
1903+ </widget>
1904+ <widget class="QWidget" name="layoutWidget_72">
1905+ <property name="geometry">
1906+ <rect>
1907+ <x>470</x>
1908+ <y>400</y>
1909+ <width>96</width>
1910+ <height>25</height>
1911+ </rect>
1912+ </property>
1913+ <layout class="QHBoxLayout" name="horizontalLayout_73">
1914+ <item>
1915+ <widget class="QCheckBox" name="chk_Wasure">
1916+ <property name="text">
1917+ <string/>
1918+ </property>
1919+ </widget>
1920+ </item>
1921+ <item>
1922+ <widget class="QPushButton" name="Btn_Wasure">
1923+ <property name="text">
1924+ <string>わすれ</string>
1925+ </property>
1926+ </widget>
1927+ </item>
1928+ </layout>
1929+ </widget>
1930+ <widget class="QWidget" name="layoutWidget_73">
1931+ <property name="geometry">
1932+ <rect>
1933+ <x>470</x>
1934+ <y>340</y>
1935+ <width>96</width>
1936+ <height>25</height>
1937+ </rect>
1938+ </property>
1939+ <layout class="QHBoxLayout" name="horizontalLayout_74">
1940+ <item>
1941+ <widget class="QCheckBox" name="chk_Wagaso">
1942+ <property name="text">
1943+ <string/>
1944+ </property>
1945+ </widget>
1946+ </item>
1947+ <item>
1948+ <widget class="QPushButton" name="Btn_Wagaso">
1949+ <property name="text">
1950+ <string>わがそ</string>
1951+ </property>
1952+ </widget>
1953+ </item>
1954+ </layout>
1955+ </widget>
1956+ <widget class="QWidget" name="layoutWidget_74">
1957+ <property name="geometry">
1958+ <rect>
1959+ <x>470</x>
1960+ <y>430</y>
1961+ <width>96</width>
1962+ <height>25</height>
1963+ </rect>
1964+ </property>
1965+ <layout class="QHBoxLayout" name="horizontalLayout_75">
1966+ <item>
1967+ <widget class="QCheckBox" name="chk_Watako">
1968+ <property name="text">
1969+ <string/>
1970+ </property>
1971+ </widget>
1972+ </item>
1973+ <item>
1974+ <widget class="QPushButton" name="Btn_Watako">
1975+ <property name="text">
1976+ <string>わた~こ</string>
1977+ </property>
1978+ </widget>
1979+ </item>
1980+ </layout>
1981+ </widget>
1982+ <widget class="QWidget" name="layoutWidget_75">
1983+ <property name="geometry">
1984+ <rect>
1985+ <x>470</x>
1986+ <y>310</y>
1987+ <width>96</width>
1988+ <height>25</height>
1989+ </rect>
1990+ </property>
1991+ <layout class="QHBoxLayout" name="horizontalLayout_76">
1992+ <item>
1993+ <widget class="QCheckBox" name="chk_Wagai">
1994+ <property name="text">
1995+ <string/>
1996+ </property>
1997+ </widget>
1998+ </item>
1999+ <item>
2000+ <widget class="QPushButton" name="Btn_Wagai">
2001+ <property name="text">
2002+ <string>わがい</string>
2003+ </property>
2004+ </widget>
2005+ </item>
2006+ </layout>
2007+ </widget>
2008+ <widget class="QWidget" name="layoutWidget_76">
2009+ <property name="geometry">
2010+ <rect>
2011+ <x>580</x>
2012+ <y>190</y>
2013+ <width>96</width>
2014+ <height>25</height>
2015+ </rect>
2016+ </property>
2017+ <layout class="QHBoxLayout" name="horizontalLayout_77">
2018+ <item>
2019+ <widget class="QCheckBox" name="chk_Nanisi">
2020+ <property name="text">
2021+ <string/>
2022+ </property>
2023+ </widget>
2024+ </item>
2025+ <item>
2026+ <widget class="QPushButton" name="Btn_Nanisi">
2027+ <property name="text">
2028+ <string>なにし</string>
2029+ </property>
2030+ </widget>
2031+ </item>
2032+ </layout>
2033+ </widget>
2034+ <widget class="QWidget" name="layoutWidget_77">
2035+ <property name="geometry">
2036+ <rect>
2037+ <x>580</x>
2038+ <y>160</y>
2039+ <width>96</width>
2040+ <height>25</height>
2041+ </rect>
2042+ </property>
2043+ <layout class="QHBoxLayout" name="horizontalLayout_78">
2044+ <item>
2045+ <widget class="QCheckBox" name="chk_Nageke">
2046+ <property name="text">
2047+ <string/>
2048+ </property>
2049+ </widget>
2050+ </item>
2051+ <item>
2052+ <widget class="QPushButton" name="Btn_Nageke">
2053+ <property name="text">
2054+ <string>なげけ</string>
2055+ </property>
2056+ </widget>
2057+ </item>
2058+ </layout>
2059+ </widget>
2060+ <widget class="QWidget" name="layoutWidget_78">
2061+ <property name="geometry">
2062+ <rect>
2063+ <x>580</x>
2064+ <y>100</y>
2065+ <width>96</width>
2066+ <height>25</height>
2067+ </rect>
2068+ </property>
2069+ <layout class="QHBoxLayout" name="horizontalLayout_79">
2070+ <item>
2071+ <widget class="QCheckBox" name="chk_Nagara">
2072+ <property name="text">
2073+ <string/>
2074+ </property>
2075+ </widget>
2076+ </item>
2077+ <item>
2078+ <widget class="QPushButton" name="Btn_Nagara">
2079+ <property name="text">
2080+ <string>ながら</string>
2081+ </property>
2082+ </widget>
2083+ </item>
2084+ </layout>
2085+ </widget>
2086+ <widget class="QWidget" name="layoutWidget_79">
2087+ <property name="geometry">
2088+ <rect>
2089+ <x>580</x>
2090+ <y>130</y>
2091+ <width>96</width>
2092+ <height>25</height>
2093+ </rect>
2094+ </property>
2095+ <layout class="QHBoxLayout" name="horizontalLayout_80">
2096+ <item>
2097+ <widget class="QCheckBox" name="chk_Nageki">
2098+ <property name="text">
2099+ <string/>
2100+ </property>
2101+ </widget>
2102+ </item>
2103+ <item>
2104+ <widget class="QPushButton" name="Btn_Nageki">
2105+ <property name="text">
2106+ <string>なげき</string>
2107+ </property>
2108+ </widget>
2109+ </item>
2110+ </layout>
2111+ </widget>
2112+ <widget class="QWidget" name="layoutWidget_80">
2113+ <property name="geometry">
2114+ <rect>
2115+ <x>580</x>
2116+ <y>40</y>
2117+ <width>96</width>
2118+ <height>25</height>
2119+ </rect>
2120+ </property>
2121+ <layout class="QHBoxLayout" name="horizontalLayout_81">
2122+ <item>
2123+ <widget class="QCheckBox" name="chk_Natu">
2124+ <property name="text">
2125+ <string/>
2126+ </property>
2127+ </widget>
2128+ </item>
2129+ <item>
2130+ <widget class="QPushButton" name="Btn_Natu">
2131+ <property name="text">
2132+ <string>なつ</string>
2133+ </property>
2134+ </widget>
2135+ </item>
2136+ </layout>
2137+ </widget>
2138+ <widget class="QWidget" name="layoutWidget_81">
2139+ <property name="geometry">
2140+ <rect>
2141+ <x>580</x>
2142+ <y>70</y>
2143+ <width>96</width>
2144+ <height>25</height>
2145+ </rect>
2146+ </property>
2147+ <layout class="QHBoxLayout" name="horizontalLayout_82">
2148+ <item>
2149+ <widget class="QCheckBox" name="chk_Nagaka">
2150+ <property name="text">
2151+ <string/>
2152+ </property>
2153+ </widget>
2154+ </item>
2155+ <item>
2156+ <widget class="QPushButton" name="Btn_Nagaka">
2157+ <property name="text">
2158+ <string>ながか</string>
2159+ </property>
2160+ </widget>
2161+ </item>
2162+ </layout>
2163+ </widget>
2164+ <widget class="QWidget" name="layoutWidget_82">
2165+ <property name="geometry">
2166+ <rect>
2167+ <x>580</x>
2168+ <y>250</y>
2169+ <width>96</width>
2170+ <height>25</height>
2171+ </rect>
2172+ </property>
2173+ <layout class="QHBoxLayout" name="horizontalLayout_83">
2174+ <item>
2175+ <widget class="QCheckBox" name="chk_Naniwaga">
2176+ <property name="text">
2177+ <string/>
2178+ </property>
2179+ </widget>
2180+ </item>
2181+ <item>
2182+ <widget class="QPushButton" name="Btn_Naniwaga">
2183+ <property name="text">
2184+ <string>なにはが</string>
2185+ </property>
2186+ </widget>
2187+ </item>
2188+ </layout>
2189+ </widget>
2190+ <widget class="QWidget" name="layoutWidget_83">
2191+ <property name="geometry">
2192+ <rect>
2193+ <x>580</x>
2194+ <y>220</y>
2195+ <width>96</width>
2196+ <height>25</height>
2197+ </rect>
2198+ </property>
2199+ <layout class="QHBoxLayout" name="horizontalLayout_84">
2200+ <item>
2201+ <widget class="QCheckBox" name="chk_Naniwae">
2202+ <property name="text">
2203+ <string/>
2204+ </property>
2205+ </widget>
2206+ </item>
2207+ <item>
2208+ <widget class="QPushButton" name="Btn_Naniwae">
2209+ <property name="text">
2210+ <string>なにはえ</string>
2211+ </property>
2212+ </widget>
2213+ </item>
2214+ </layout>
2215+ </widget>
2216+ <widget class="QWidget" name="layoutWidget_84">
2217+ <property name="geometry">
2218+ <rect>
2219+ <x>690</x>
2220+ <y>160</y>
2221+ <width>96</width>
2222+ <height>25</height>
2223+ </rect>
2224+ </property>
2225+ <layout class="QHBoxLayout" name="horizontalLayout_85">
2226+ <item>
2227+ <widget class="QCheckBox" name="chk_Akino">
2228+ <property name="text">
2229+ <string/>
2230+ </property>
2231+ </widget>
2232+ </item>
2233+ <item>
2234+ <widget class="QPushButton" name="Btn_Akino">
2235+ <property name="text">
2236+ <string>あきの</string>
2237+ </property>
2238+ </widget>
2239+ </item>
2240+ </layout>
2241+ </widget>
2242+ <widget class="QWidget" name="layoutWidget_85">
2243+ <property name="geometry">
2244+ <rect>
2245+ <x>690</x>
2246+ <y>40</y>
2247+ <width>96</width>
2248+ <height>25</height>
2249+ </rect>
2250+ </property>
2251+ <layout class="QHBoxLayout" name="horizontalLayout_86">
2252+ <item>
2253+ <widget class="QCheckBox" name="chk_Ai">
2254+ <property name="text">
2255+ <string/>
2256+ </property>
2257+ </widget>
2258+ </item>
2259+ <item>
2260+ <widget class="QPushButton" name="Btn_Ai">
2261+ <property name="text">
2262+ <string>あい</string>
2263+ </property>
2264+ </widget>
2265+ </item>
2266+ </layout>
2267+ </widget>
2268+ <widget class="QWidget" name="layoutWidget_86">
2269+ <property name="geometry">
2270+ <rect>
2271+ <x>690</x>
2272+ <y>130</y>
2273+ <width>96</width>
2274+ <height>25</height>
2275+ </rect>
2276+ </property>
2277+ <layout class="QHBoxLayout" name="horizontalLayout_87">
2278+ <item>
2279+ <widget class="QCheckBox" name="chk_Akika">
2280+ <property name="text">
2281+ <string/>
2282+ </property>
2283+ </widget>
2284+ </item>
2285+ <item>
2286+ <widget class="QPushButton" name="Btn_Akika">
2287+ <property name="text">
2288+ <string>あきか</string>
2289+ </property>
2290+ </widget>
2291+ </item>
2292+ </layout>
2293+ </widget>
2294+ <widget class="QWidget" name="layoutWidget_87">
2295+ <property name="geometry">
2296+ <rect>
2297+ <x>690</x>
2298+ <y>70</y>
2299+ <width>96</width>
2300+ <height>25</height>
2301+ </rect>
2302+ </property>
2303+ <layout class="QHBoxLayout" name="horizontalLayout_88">
2304+ <item>
2305+ <widget class="QCheckBox" name="chk_Ake">
2306+ <property name="text">
2307+ <string/>
2308+ </property>
2309+ </widget>
2310+ </item>
2311+ <item>
2312+ <widget class="QPushButton" name="Btn_Ake">
2313+ <property name="text">
2314+ <string>あけ</string>
2315+ </property>
2316+ </widget>
2317+ </item>
2318+ </layout>
2319+ </widget>
2320+ <widget class="QWidget" name="layoutWidget_88">
2321+ <property name="geometry">
2322+ <rect>
2323+ <x>690</x>
2324+ <y>250</y>
2325+ <width>96</width>
2326+ <height>25</height>
2327+ </rect>
2328+ </property>
2329+ <layout class="QHBoxLayout" name="horizontalLayout_89">
2330+ <item>
2331+ <widget class="QCheckBox" name="chk_Araza">
2332+ <property name="text">
2333+ <string/>
2334+ </property>
2335+ </widget>
2336+ </item>
2337+ <item>
2338+ <widget class="QPushButton" name="Btn_Araza">
2339+ <property name="text">
2340+ <string>あらざ</string>
2341+ </property>
2342+ </widget>
2343+ </item>
2344+ </layout>
2345+ </widget>
2346+ <widget class="QWidget" name="layoutWidget_89">
2347+ <property name="geometry">
2348+ <rect>
2349+ <x>690</x>
2350+ <y>220</y>
2351+ <width>96</width>
2352+ <height>25</height>
2353+ </rect>
2354+ </property>
2355+ <layout class="QHBoxLayout" name="horizontalLayout_90">
2356+ <item>
2357+ <widget class="QCheckBox" name="chk_Amano">
2358+ <property name="text">
2359+ <string/>
2360+ </property>
2361+ </widget>
2362+ </item>
2363+ <item>
2364+ <widget class="QPushButton" name="Btn_Amano">
2365+ <property name="text">
2366+ <string>あまの</string>
2367+ </property>
2368+ </widget>
2369+ </item>
2370+ </layout>
2371+ </widget>
2372+ <widget class="QWidget" name="layoutWidget_90">
2373+ <property name="geometry">
2374+ <rect>
2375+ <x>690</x>
2376+ <y>190</y>
2377+ <width>96</width>
2378+ <height>25</height>
2379+ </rect>
2380+ </property>
2381+ <layout class="QHBoxLayout" name="horizontalLayout_91">
2382+ <item>
2383+ <widget class="QCheckBox" name="chk_Amatu">
2384+ <property name="text">
2385+ <string/>
2386+ </property>
2387+ </widget>
2388+ </item>
2389+ <item>
2390+ <widget class="QPushButton" name="Btn_Amatu">
2391+ <property name="text">
2392+ <string>あまつ</string>
2393+ </property>
2394+ </widget>
2395+ </item>
2396+ </layout>
2397+ </widget>
2398+ <widget class="QWidget" name="layoutWidget_91">
2399+ <property name="geometry">
2400+ <rect>
2401+ <x>690</x>
2402+ <y>100</y>
2403+ <width>96</width>
2404+ <height>25</height>
2405+ </rect>
2406+ </property>
2407+ <layout class="QHBoxLayout" name="horizontalLayout_92">
2408+ <item>
2409+ <widget class="QCheckBox" name="chk_Asi">
2410+ <property name="text">
2411+ <string/>
2412+ </property>
2413+ </widget>
2414+ </item>
2415+ <item>
2416+ <widget class="QPushButton" name="Btn_Asi">
2417+ <property name="text">
2418+ <string>あし</string>
2419+ </property>
2420+ </widget>
2421+ </item>
2422+ </layout>
2423+ </widget>
2424+ <widget class="QWidget" name="layoutWidget_92">
2425+ <property name="geometry">
2426+ <rect>
2427+ <x>690</x>
2428+ <y>340</y>
2429+ <width>96</width>
2430+ <height>25</height>
2431+ </rect>
2432+ </property>
2433+ <layout class="QHBoxLayout" name="horizontalLayout_94">
2434+ <item>
2435+ <widget class="QCheckBox" name="chk_Arima">
2436+ <property name="text">
2437+ <string/>
2438+ </property>
2439+ </widget>
2440+ </item>
2441+ <item>
2442+ <widget class="QPushButton" name="Btn_Arima">
2443+ <property name="text">
2444+ <string>ありま</string>
2445+ </property>
2446+ </widget>
2447+ </item>
2448+ </layout>
2449+ </widget>
2450+ <widget class="QWidget" name="layoutWidget_93">
2451+ <property name="geometry">
2452+ <rect>
2453+ <x>690</x>
2454+ <y>460</y>
2455+ <width>96</width>
2456+ <height>25</height>
2457+ </rect>
2458+ </property>
2459+ <layout class="QHBoxLayout" name="horizontalLayout_95">
2460+ <item>
2461+ <widget class="QCheckBox" name="chk_Asaa">
2462+ <property name="text">
2463+ <string/>
2464+ </property>
2465+ </widget>
2466+ </item>
2467+ <item>
2468+ <widget class="QPushButton" name="Btn_Asaa">
2469+ <property name="text">
2470+ <string>あさ~あ</string>
2471+ </property>
2472+ </widget>
2473+ </item>
2474+ </layout>
2475+ </widget>
2476+ <widget class="QWidget" name="layoutWidget_94">
2477+ <property name="geometry">
2478+ <rect>
2479+ <x>690</x>
2480+ <y>370</y>
2481+ <width>96</width>
2482+ <height>25</height>
2483+ </rect>
2484+ </property>
2485+ <layout class="QHBoxLayout" name="horizontalLayout_96">
2486+ <item>
2487+ <widget class="QCheckBox" name="chk_Awaji">
2488+ <property name="text">
2489+ <string/>
2490+ </property>
2491+ </widget>
2492+ </item>
2493+ <item>
2494+ <widget class="QPushButton" name="Btn_Awaji">
2495+ <property name="text">
2496+ <string>あわじ</string>
2497+ </property>
2498+ </widget>
2499+ </item>
2500+ </layout>
2501+ </widget>
2502+ <widget class="QWidget" name="layoutWidget_95">
2503+ <property name="geometry">
2504+ <rect>
2505+ <x>690</x>
2506+ <y>430</y>
2507+ <width>96</width>
2508+ <height>25</height>
2509+ </rect>
2510+ </property>
2511+ <layout class="QHBoxLayout" name="horizontalLayout_97">
2512+ <item>
2513+ <widget class="QCheckBox" name="chk_Asaji">
2514+ <property name="text">
2515+ <string/>
2516+ </property>
2517+ </widget>
2518+ </item>
2519+ <item>
2520+ <widget class="QPushButton" name="Btn_Asaji">
2521+ <property name="text">
2522+ <string>あさじ</string>
2523+ </property>
2524+ </widget>
2525+ </item>
2526+ </layout>
2527+ </widget>
2528+ <widget class="QWidget" name="layoutWidget_96">
2529+ <property name="geometry">
2530+ <rect>
2531+ <x>690</x>
2532+ <y>280</y>
2533+ <width>96</width>
2534+ <height>25</height>
2535+ </rect>
2536+ </property>
2537+ <layout class="QHBoxLayout" name="horizontalLayout_98">
2538+ <item>
2539+ <widget class="QCheckBox" name="chk_Arasi">
2540+ <property name="text">
2541+ <string/>
2542+ </property>
2543+ </widget>
2544+ </item>
2545+ <item>
2546+ <widget class="QPushButton" name="Btn_Arasi">
2547+ <property name="text">
2548+ <string>あらし</string>
2549+ </property>
2550+ </widget>
2551+ </item>
2552+ </layout>
2553+ </widget>
2554+ <widget class="QWidget" name="layoutWidget_97">
2555+ <property name="geometry">
2556+ <rect>
2557+ <x>690</x>
2558+ <y>310</y>
2559+ <width>96</width>
2560+ <height>25</height>
2561+ </rect>
2562+ </property>
2563+ <layout class="QHBoxLayout" name="horizontalLayout_99">
2564+ <item>
2565+ <widget class="QCheckBox" name="chk_Aria">
2566+ <property name="text">
2567+ <string/>
2568+ </property>
2569+ </widget>
2570+ </item>
2571+ <item>
2572+ <widget class="QPushButton" name="Btn_Aria">
2573+ <property name="text">
2574+ <string>ありあ</string>
2575+ </property>
2576+ </widget>
2577+ </item>
2578+ </layout>
2579+ </widget>
2580+ <widget class="QWidget" name="layoutWidget_98">
2581+ <property name="geometry">
2582+ <rect>
2583+ <x>690</x>
2584+ <y>400</y>
2585+ <width>96</width>
2586+ <height>25</height>
2587+ </rect>
2588+ </property>
2589+ <layout class="QHBoxLayout" name="horizontalLayout_100">
2590+ <item>
2591+ <widget class="QCheckBox" name="chk_Aware">
2592+ <property name="text">
2593+ <string/>
2594+ </property>
2595+ </widget>
2596+ </item>
2597+ <item>
2598+ <widget class="QPushButton" name="Btn_Aware">
2599+ <property name="text">
2600+ <string>あわれ</string>
2601+ </property>
2602+ </widget>
2603+ </item>
2604+ </layout>
2605+ </widget>
2606+ <widget class="QWidget" name="layoutWidget_99">
2607+ <property name="geometry">
2608+ <rect>
2609+ <x>690</x>
2610+ <y>490</y>
2611+ <width>96</width>
2612+ <height>25</height>
2613+ </rect>
2614+ </property>
2615+ <layout class="QHBoxLayout" name="horizontalLayout_101">
2616+ <item>
2617+ <widget class="QCheckBox" name="chk_Asau">
2618+ <property name="text">
2619+ <string/>
2620+ </property>
2621+ </widget>
2622+ </item>
2623+ <item>
2624+ <widget class="QPushButton" name="Btn_Asau">
2625+ <property name="text">
2626+ <string>あさ~う</string>
2627+ </property>
2628+ </widget>
2629+ </item>
2630+ </layout>
2631+ </widget>
2632+ <widget class="QPushButton" name="Btn_MuseUyu">
2633+ <property name="geometry">
2634+ <rect>
2635+ <x>50</x>
2636+ <y>10</y>
2637+ <width>75</width>
2638+ <height>23</height>
2639+ </rect>
2640+ </property>
2641+ <property name="text">
2642+ <string>む~せ う~ゆ</string>
2643+ </property>
2644+ </widget>
2645+ <widget class="QPushButton" name="Btn_Itihiki">
2646+ <property name="geometry">
2647+ <rect>
2648+ <x>160</x>
2649+ <y>10</y>
2650+ <width>75</width>
2651+ <height>23</height>
2652+ </rect>
2653+ </property>
2654+ <property name="text">
2655+ <string>い ち ひ き</string>
2656+ </property>
2657+ </widget>
2658+ <widget class="QPushButton" name="Btn_Hayayoka">
2659+ <property name="geometry">
2660+ <rect>
2661+ <x>270</x>
2662+ <y>10</y>
2663+ <width>75</width>
2664+ <height>23</height>
2665+ </rect>
2666+ </property>
2667+ <property name="text">
2668+ <string>は や よ か</string>
2669+ </property>
2670+ </widget>
2671+ <widget class="QPushButton" name="Btn_Mitako">
2672+ <property name="geometry">
2673+ <rect>
2674+ <x>380</x>
2675+ <y>10</y>
2676+ <width>75</width>
2677+ <height>23</height>
2678+ </rect>
2679+ </property>
2680+ <property name="text">
2681+ <string>み た こ</string>
2682+ </property>
2683+ </widget>
2684+ <widget class="QPushButton" name="Btn_Owa">
2685+ <property name="geometry">
2686+ <rect>
2687+ <x>490</x>
2688+ <y>10</y>
2689+ <width>75</width>
2690+ <height>23</height>
2691+ </rect>
2692+ </property>
2693+ <property name="text">
2694+ <string>お わ</string>
2695+ </property>
2696+ </widget>
2697+ <widget class="QPushButton" name="Btn_Na">
2698+ <property name="geometry">
2699+ <rect>
2700+ <x>600</x>
2701+ <y>10</y>
2702+ <width>75</width>
2703+ <height>23</height>
2704+ </rect>
2705+ </property>
2706+ <property name="text">
2707+ <string>な</string>
2708+ </property>
2709+ </widget>
2710+ <widget class="QPushButton" name="Btn_A">
2711+ <property name="geometry">
2712+ <rect>
2713+ <x>710</x>
2714+ <y>10</y>
2715+ <width>75</width>
2716+ <height>23</height>
2717+ </rect>
2718+ </property>
2719+ <property name="text">
2720+ <string>あ</string>
2721+ </property>
2722+ </widget>
2723+ </widget>
2724+ <resources/>
2725+ <connections>
2726+ <connection>
2727+ <sender>buttonBox</sender>
2728+ <signal>accepted()</signal>
2729+ <receiver>FudaSelectDlg</receiver>
2730+ <slot>accept()</slot>
2731+ <hints>
2732+ <hint type="sourcelabel">
2733+ <x>248</x>
2734+ <y>254</y>
2735+ </hint>
2736+ <hint type="destinationlabel">
2737+ <x>157</x>
2738+ <y>274</y>
2739+ </hint>
2740+ </hints>
2741+ </connection>
2742+ <connection>
2743+ <sender>buttonBox</sender>
2744+ <signal>rejected()</signal>
2745+ <receiver>FudaSelectDlg</receiver>
2746+ <slot>reject()</slot>
2747+ <hints>
2748+ <hint type="sourcelabel">
2749+ <x>316</x>
2750+ <y>260</y>
2751+ </hint>
2752+ <hint type="destinationlabel">
2753+ <x>286</x>
2754+ <y>274</y>
2755+ </hint>
2756+ </hints>
2757+ </connection>
2758+ </connections>
2759+</ui>
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -3,6 +3,7 @@
33
44 #include "mainwindow.h"
55 #include "ui_mainwindow.h"
6+#include "fudaselectdlg.h"
67
78 int RandomNumber(int min, int max)
89 {
@@ -33,7 +34,7 @@ MainWindow::MainWindow(QWidget *parent) :
3334 {
3435 ui->setupUi(this);
3536 QCoreApplication::setApplicationName("QtKarutaEishow");
36- QCoreApplication::setApplicationVersion("1.0 beta2");
37+ QCoreApplication::setApplicationVersion("1.0 beta3");
3738 this->setWindowTitle(QCoreApplication::applicationName());
3839
3940 // QTextCodec::setCodecForTr(QTextCodec::codecForLocale());
@@ -42,6 +43,18 @@ MainWindow::MainWindow(QWidget *parent) :
4243 // ui->Btn_Start->setIcon(QIcon(QPixmap(":/images/Play.png")));
4344 // ui->Btn_Stop->setIcon(QIcon(QPixmap(":/images/Stop.png")));
4445
46+ // Initialize FudaList
47+ FList = new QList<int>;
48+ FList->clear();
49+ // Load Flist Setting
50+ // if FList is Empty, Generate All Fuda (1 to 100)
51+ if (FList->isEmpty()) {
52+ for (int i = 0; i < 100 ; i++) {
53+ FList->append(i+1);
54+ }
55+ }
56+
57+ // Initialize PlayFudaList
4558 PlayFudaList = new QList<int>();
4659 PlayFudaList->clear();
4760
@@ -59,7 +72,6 @@ MainWindow::MainWindow(QWidget *parent) :
5972 // statusBar
6073 ui->statusBar->showMessage(QString(tr("再生ボタンを押してください")));
6174
62-
6375 // Init PlaySequenceThread
6476 PlaySeqTh = new PlaySequenceThread(this->winId());
6577
@@ -94,6 +106,9 @@ MainWindow::~MainWindow()
94106 delete PlaySeqTh;
95107
96108 // Finalize mytask
109+ FList->clear();
110+ delete FList;
111+
97112 PlayFudaList->clear();
98113 delete PlayFudaList;
99114
@@ -131,17 +146,20 @@ void MainWindow::on_Btn_Start_clicked()
131146
132147 // Generate Play FudaList
133148 PlayCounter = 0;
134- PlayListCount = 100; // PlayCount
135- PlayFudaList->clear();
149+ PlayListCount = FList->count();
150+
136151 int fudaList[PlayListCount];
152+ // Copy FList to fudalist[]
137153 for (int i = 0; i < PlayListCount;i++) {
138- fudaList[i] = i + 1;
154+ fudaList[i] = FList->at(i);
139155 }
140- GenerateRandomNumbers(&fudaList[0], 100);
141- for (int i = 0; i < 100; i++) {
156+ GenerateRandomNumbers(&fudaList[0], PlayListCount);
157+ // Copy fudalist[](shuffule) to PlayFudaList;
158+ PlayFudaList->clear();
159+ for (int i = 0; i < PlayListCount; i++) {
142160 PlayFudaList->append(fudaList[i]);
143161 }
144- //
162+ // Add Joka
145163 if (chk_joka) {
146164 PlayFudaList->insert(0, 0); // fudaN=0 insert to top
147165 }
@@ -253,3 +271,22 @@ void MainWindow::on_checkBox_toggled(bool checked)
253271 // Wait2Time = arg1;
254272 }
255273
274+
275+void MainWindow::on_actionFuda_triggered()
276+{
277+ if (flag_playseqstate) return; // disable when Playing
278+
279+ FudaSelectDlg *dlg = new FudaSelectDlg(this);
280+ dlg->SetFList(FList);
281+
282+ int i = dlg->exec();
283+ if (i == QDialog::Accepted) {
284+ qDebug() << "Ok";
285+ } else if (i == QDialog::Rejected) {
286+ qDebug() << "Cancel";
287+ } else {
288+ qDebug() << "Unkown";
289+ }
290+
291+ delete dlg;
292+}
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -17,6 +17,7 @@ public:
1717 explicit MainWindow(QWidget *parent = 0);
1818 ~MainWindow();
1919
20+ QList<int> *FList;
2021
2122 private slots:
2223 void on_actionQuit_triggered();
@@ -43,6 +44,8 @@ private slots:
4344
4445 void on_checkBox_toggled(bool checked);
4546
47+ void on_actionFuda_triggered();
48+
4649 private:
4750 Ui::MainWindow *ui;
4851
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -249,7 +249,14 @@
249249 <addaction name="actionAbout"/>
250250 <addaction name="actionAboutQt"/>
251251 </widget>
252+ <widget class="QMenu" name="menuEdit">
253+ <property name="title">
254+ <string>Edit</string>
255+ </property>
256+ <addaction name="actionFuda"/>
257+ </widget>
252258 <addaction name="menuFile"/>
259+ <addaction name="menuEdit"/>
253260 <addaction name="menuHelp"/>
254261 </widget>
255262 <widget class="QToolBar" name="mainToolBar">
@@ -279,6 +286,11 @@
279286 <string>AboutQt</string>
280287 </property>
281288 </action>
289+ <action name="actionFuda">
290+ <property name="text">
291+ <string>Fuda</string>
292+ </property>
293+ </action>
282294 </widget>
283295 <layoutdefault spacing="6" margin="11"/>
284296 <resources>