• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisionfc5d995c5fc0e00b48402c9b46d74b4a45ae29f9 (tree)
Time2014-04-10 23:34:25
Authorjakago <jakago777@gmai...>
Commiterjakago

Log Message

GUI変更中

Change Summary

Incremental Difference

--- a/default.qss
+++ b/default.qss
@@ -1,26 +1,33 @@
1-.QWidget {
2- background-color: lightsteelblue;
1+QWidget {
2+ background-color: #698aab;
3+ color: #e7e7eb;
34 }
45
6+/*
7+QPlainTextEdit {
8+ background-color: lightsteelblue;
9+}
10+*/
11+
512 /* We provide a min-width and min-height for push buttons
613 so that they look elegant regardless of the width of the text. */
7-QPushButton {
14+/*QPushButton {
815 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #f6f7fa, stop: 1 #dadbde);
9- border: 2px solid #8f8f91;
16+ border: 1px solid #8f8f91;
1017 border-radius: 6px;
1118 padding: 3px;
1219 min-width: 9ex;
1320 min-height: 2.5ex;
14-}
21+}*/
1522
16-QPushButton:hover {
17- /*background-color: steelblue;*/
18-}
23+/*QPushButton:hover {
24+ background-color: steelblue;
25+}*/
1926
2027 /* Increase the padding, so the text is shifted when the button is
2128 pressed. */
22-QPushButton:pressed {
29+/*QPushButton:pressed {
2330 padding-left: 5px;
2431 padding-top: 5px;
2532 background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);
26-}
33+}*/
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -312,6 +312,19 @@ void MainWindow::download() { //「ダウンロード」または「キャンセ
312312 }
313313 }
314314
315+void MainWindow::toggled( bool checked ) {
316+ QObject* sender = this->sender();
317+ if ( sender ) {
318+ QToolButton* button = (QToolButton*)sender;
319+ QString text = button->text();
320+ if ( checked )
321+ text.insert( 0, QString::fromUtf8( "✓ " ) );
322+ else
323+ text.remove( 0, 2 );
324+ button->setText( text );
325+ }
326+}
327+
315328 void MainWindow::finished() {
316329 if ( downloadThread ) {
317330 ui->downloadButton->setEnabled( false );
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -60,6 +60,7 @@ protected:
6060
6161 public slots:
6262 void download();
63+ void toggled( bool checked );
6364
6465 private slots:
6566 void finished();
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -6,8 +6,8 @@
66 <rect>
77 <x>0</x>
88 <y>0</y>
9- <width>498</width>
10- <height>470</height>
9+ <width>541</width>
10+ <height>453</height>
1111 </rect>
1212 </property>
1313 <property name="sizePolicy">
@@ -18,14 +18,14 @@
1818 </property>
1919 <property name="minimumSize">
2020 <size>
21- <width>498</width>
22- <height>470</height>
21+ <width>541</width>
22+ <height>453</height>
2323 </size>
2424 </property>
2525 <property name="maximumSize">
2626 <size>
27- <width>498</width>
28- <height>470</height>
27+ <width>541</width>
28+ <height>453</height>
2929 </size>
3030 </property>
3131 <property name="windowTitle">
@@ -43,39 +43,15 @@
4343 <rect>
4444 <x>9</x>
4545 <y>9</y>
46- <width>481</width>
46+ <width>521</width>
4747 <height>401</height>
4848 </rect>
4949 </property>
5050 <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0,0,0,0,0,0,0,0,0,0,0,0">
51- <item row="10" column="1">
52- <layout class="QHBoxLayout" name="horizontalLayout_10">
53- <item>
54- <widget class="Line" name="line">
55- <property name="lineWidth">
56- <number>2</number>
57- </property>
58- <property name="orientation">
59- <enum>Qt::Horizontal</enum>
60- </property>
61- </widget>
62- </item>
63- </layout>
64- </item>
65- <item row="10" column="0">
66- <widget class="Line" name="line_2">
67- <property name="lineWidth">
68- <number>2</number>
69- </property>
70- <property name="orientation">
71- <enum>Qt::Horizontal</enum>
72- </property>
73- </widget>
74- </item>
75- <item row="0" column="0">
76- <layout class="QHBoxLayout" name="horizontalLayout_14">
51+ <item row="4" column="0">
52+ <layout class="QHBoxLayout" name="horizontalLayout_18">
7753 <item>
78- <widget class="QToolButton" name="toolButton_basic1">
54+ <widget class="QToolButton" name="toolButton_kaiwa">
7955 <property name="sizePolicy">
8056 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
8157 <horstretch>0</horstretch>
@@ -88,7 +64,7 @@
8864 </font>
8965 </property>
9066 <property name="text">
91- <string>基礎英語1</string>
67+ <string>ラジオ英会話</string>
9268 </property>
9369 <property name="checkable">
9470 <bool>true</bool>
@@ -97,10 +73,10 @@
9773 </item>
9874 </layout>
9975 </item>
100- <item row="0" column="1">
101- <layout class="QHBoxLayout" name="horizontalLayout_2">
76+ <item row="8" column="1">
77+ <layout class="QHBoxLayout" name="horizontalLayout_13">
10278 <item>
103- <widget class="QToolButton" name="toolButton_chinese">
79+ <widget class="QToolButton" name="toolButton_russian">
10480 <property name="sizePolicy">
10581 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
10682 <horstretch>0</horstretch>
@@ -113,7 +89,7 @@
11389 </font>
11490 </property>
11591 <property name="text">
116- <string>まいにち中国語</string>
92+ <string>まいにちロシア語</string>
11793 </property>
11894 <property name="checkable">
11995 <bool>true</bool>
@@ -122,10 +98,10 @@
12298 </item>
12399 </layout>
124100 </item>
125- <item row="8" column="1">
126- <layout class="QHBoxLayout" name="horizontalLayout_13">
101+ <item row="5" column="0">
102+ <layout class="QHBoxLayout" name="horizontalLayout_19">
127103 <item>
128- <widget class="QToolButton" name="toolButton_russian">
104+ <widget class="QToolButton" name="toolButton_business1">
129105 <property name="sizePolicy">
130106 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
131107 <horstretch>0</horstretch>
@@ -138,7 +114,7 @@
138114 </font>
139115 </property>
140116 <property name="text">
141- <string>まいにちロシア語</string>
117+ <string>入門ビジネス英語</string>
142118 </property>
143119 <property name="checkable">
144120 <bool>true</bool>
@@ -147,6 +123,16 @@
147123 </item>
148124 </layout>
149125 </item>
126+ <item row="10" column="0">
127+ <widget class="Line" name="line_2">
128+ <property name="lineWidth">
129+ <number>2</number>
130+ </property>
131+ <property name="orientation">
132+ <enum>Qt::Horizontal</enum>
133+ </property>
134+ </widget>
135+ </item>
150136 <item row="7" column="1">
151137 <layout class="QHBoxLayout" name="horizontalLayout_7">
152138 <item>
@@ -172,10 +158,10 @@
172158 </item>
173159 </layout>
174160 </item>
175- <item row="6" column="1">
176- <layout class="QHBoxLayout" name="horizontalLayout_6">
161+ <item row="11" column="0">
162+ <layout class="QHBoxLayout" name="horizontalLayout_22">
177163 <item>
178- <widget class="QToolButton" name="toolButton_german">
164+ <widget class="QToolButton" name="toolButton_skip">
179165 <property name="sizePolicy">
180166 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
181167 <horstretch>0</horstretch>
@@ -188,19 +174,22 @@
188174 </font>
189175 </property>
190176 <property name="text">
191- <string>まいにちドイツ語</string>
177+ <string>既存のファイルはスキップ</string>
192178 </property>
193179 <property name="checkable">
194180 <bool>true</bool>
195181 </property>
182+ <property name="checked">
183+ <bool>false</bool>
184+ </property>
196185 </widget>
197186 </item>
198187 </layout>
199188 </item>
200- <item row="8" column="0">
201- <layout class="QHBoxLayout" name="horizontalLayout_27">
189+ <item row="7" column="0">
190+ <layout class="QHBoxLayout" name="horizontalLayout_21">
202191 <item>
203- <widget class="QToolButton" name="toolButton_yomu">
192+ <widget class="QToolButton" name="toolButton_kouryaku">
204193 <property name="sizePolicy">
205194 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
206195 <horstretch>0</horstretch>
@@ -213,7 +202,7 @@
213202 </font>
214203 </property>
215204 <property name="text">
216- <string>英語で読む村上春樹</string>
205+ <string>攻略英語リスニング</string>
217206 </property>
218207 <property name="checkable">
219208 <bool>true</bool>
@@ -222,6 +211,31 @@
222211 </item>
223212 </layout>
224213 </item>
214+ <item row="13" column="0">
215+ <layout class="QHBoxLayout" name="horizontalLayout_28"/>
216+ </item>
217+ <item row="13" column="1">
218+ <layout class="QHBoxLayout" name="horizontalLayout_25">
219+ <item>
220+ <widget class="QPushButton" name="downloadButton">
221+ <property name="sizePolicy">
222+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
223+ <horstretch>0</horstretch>
224+ <verstretch>0</verstretch>
225+ </sizepolicy>
226+ </property>
227+ <property name="font">
228+ <font>
229+ <pointsize>12</pointsize>
230+ </font>
231+ </property>
232+ <property name="text">
233+ <string>ダウンロード</string>
234+ </property>
235+ </widget>
236+ </item>
237+ </layout>
238+ </item>
225239 <item row="11" column="1">
226240 <layout class="QHBoxLayout" name="horizontalLayout_26">
227241 <item>
@@ -315,63 +329,10 @@
315329 </item>
316330 </layout>
317331 </item>
318- <item row="13" column="1">
319- <layout class="QHBoxLayout" name="horizontalLayout_25">
320- <item>
321- <widget class="QPushButton" name="downloadButton">
322- <property name="sizePolicy">
323- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
324- <horstretch>0</horstretch>
325- <verstretch>0</verstretch>
326- </sizepolicy>
327- </property>
328- <property name="font">
329- <font>
330- <pointsize>12</pointsize>
331- </font>
332- </property>
333- <property name="text">
334- <string>ダウンロード</string>
335- </property>
336- </widget>
337- </item>
338- </layout>
339- </item>
340- <item row="13" column="0">
341- <layout class="QHBoxLayout" name="horizontalLayout_28">
342- <item>
343- <widget class="QToolButton" name="toolButton_detailed_message">
344- <property name="enabled">
345- <bool>false</bool>
346- </property>
347- <property name="sizePolicy">
348- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
349- <horstretch>0</horstretch>
350- <verstretch>0</verstretch>
351- </sizepolicy>
352- </property>
353- <property name="font">
354- <font>
355- <pointsize>12</pointsize>
356- </font>
357- </property>
358- <property name="text">
359- <string>詳細なメッセージ</string>
360- </property>
361- <property name="checkable">
362- <bool>true</bool>
363- </property>
364- <property name="checked">
365- <bool>false</bool>
366- </property>
367- </widget>
368- </item>
369- </layout>
370- </item>
371- <item row="11" column="0">
372- <layout class="QHBoxLayout" name="horizontalLayout_22">
332+ <item row="8" column="0">
333+ <layout class="QHBoxLayout" name="horizontalLayout_27">
373334 <item>
374- <widget class="QToolButton" name="toolButton_skip">
335+ <widget class="QToolButton" name="toolButton_yomu">
375336 <property name="sizePolicy">
376337 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
377338 <horstretch>0</horstretch>
@@ -384,22 +345,19 @@
384345 </font>
385346 </property>
386347 <property name="text">
387- <string>既存のファイルはスキップ</string>
348+ <string>英語で読む村上春樹</string>
388349 </property>
389350 <property name="checkable">
390351 <bool>true</bool>
391352 </property>
392- <property name="checked">
393- <bool>false</bool>
394- </property>
395353 </widget>
396354 </item>
397355 </layout>
398356 </item>
399- <item row="7" column="0">
400- <layout class="QHBoxLayout" name="horizontalLayout_21">
357+ <item row="6" column="1">
358+ <layout class="QHBoxLayout" name="horizontalLayout_6">
401359 <item>
402- <widget class="QToolButton" name="toolButton_kouryaku">
360+ <widget class="QToolButton" name="toolButton_german">
403361 <property name="sizePolicy">
404362 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
405363 <horstretch>0</horstretch>
@@ -412,7 +370,7 @@
412370 </font>
413371 </property>
414372 <property name="text">
415- <string>攻略英語リスニング</string>
373+ <string>まいにちドイツ語</string>
416374 </property>
417375 <property name="checkable">
418376 <bool>true</bool>
@@ -421,10 +379,10 @@
421379 </item>
422380 </layout>
423381 </item>
424- <item row="5" column="0">
425- <layout class="QHBoxLayout" name="horizontalLayout_19">
382+ <item row="0" column="1">
383+ <layout class="QHBoxLayout" name="horizontalLayout_2">
426384 <item>
427- <widget class="QToolButton" name="toolButton_business1">
385+ <widget class="QToolButton" name="toolButton_chinese">
428386 <property name="sizePolicy">
429387 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
430388 <horstretch>0</horstretch>
@@ -437,7 +395,7 @@
437395 </font>
438396 </property>
439397 <property name="text">
440- <string>入門ビジネス英語</string>
398+ <string>まいにち中国語</string>
441399 </property>
442400 <property name="checkable">
443401 <bool>true</bool>
@@ -446,10 +404,10 @@
446404 </item>
447405 </layout>
448406 </item>
449- <item row="6" column="0">
450- <layout class="QHBoxLayout" name="horizontalLayout_20">
407+ <item row="0" column="0">
408+ <layout class="QHBoxLayout" name="horizontalLayout_14">
451409 <item>
452- <widget class="QToolButton" name="toolButton_business2">
410+ <widget class="QToolButton" name="toolButton_basic1">
453411 <property name="sizePolicy">
454412 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
455413 <horstretch>0</horstretch>
@@ -462,7 +420,7 @@
462420 </font>
463421 </property>
464422 <property name="text">
465- <string>実践ビジネス英語</string>
423+ <string>基礎英語1</string>
466424 </property>
467425 <property name="checkable">
468426 <bool>true</bool>
@@ -471,26 +429,15 @@
471429 </item>
472430 </layout>
473431 </item>
474- <item row="4" column="0">
475- <layout class="QHBoxLayout" name="horizontalLayout_18">
432+ <item row="10" column="1">
433+ <layout class="QHBoxLayout" name="horizontalLayout_10">
476434 <item>
477- <widget class="QToolButton" name="toolButton_kaiwa">
478- <property name="sizePolicy">
479- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
480- <horstretch>0</horstretch>
481- <verstretch>0</verstretch>
482- </sizepolicy>
483- </property>
484- <property name="font">
485- <font>
486- <pointsize>12</pointsize>
487- </font>
488- </property>
489- <property name="text">
490- <string>ラジオ英会話</string>
435+ <widget class="Line" name="line">
436+ <property name="lineWidth">
437+ <number>2</number>
491438 </property>
492- <property name="checkable">
493- <bool>true</bool>
439+ <property name="orientation">
440+ <enum>Qt::Horizontal</enum>
494441 </property>
495442 </widget>
496443 </item>
@@ -721,6 +668,31 @@
721668 </item>
722669 </layout>
723670 </item>
671+ <item row="6" column="0">
672+ <layout class="QHBoxLayout" name="horizontalLayout_20">
673+ <item>
674+ <widget class="QToolButton" name="toolButton_business2">
675+ <property name="sizePolicy">
676+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
677+ <horstretch>0</horstretch>
678+ <verstretch>0</verstretch>
679+ </sizepolicy>
680+ </property>
681+ <property name="font">
682+ <font>
683+ <pointsize>12</pointsize>
684+ </font>
685+ </property>
686+ <property name="text">
687+ <string>実践ビジネス英語</string>
688+ </property>
689+ <property name="checkable">
690+ <bool>true</bool>
691+ </property>
692+ </widget>
693+ </item>
694+ </layout>
695+ </item>
724696 </layout>
725697 </widget>
726698 <widget class="QCheckBox" name="checkBox_this_week">
@@ -1031,13 +1003,46 @@
10311003 </item>
10321004 </layout>
10331005 </widget>
1006+ <widget class="QToolButton" name="toolButton_detailed_message">
1007+ <property name="enabled">
1008+ <bool>false</bool>
1009+ </property>
1010+ <property name="geometry">
1011+ <rect>
1012+ <x>10</x>
1013+ <y>570</y>
1014+ <width>252</width>
1015+ <height>30</height>
1016+ </rect>
1017+ </property>
1018+ <property name="sizePolicy">
1019+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1020+ <horstretch>0</horstretch>
1021+ <verstretch>0</verstretch>
1022+ </sizepolicy>
1023+ </property>
1024+ <property name="font">
1025+ <font>
1026+ <pointsize>12</pointsize>
1027+ </font>
1028+ </property>
1029+ <property name="text">
1030+ <string>詳細なメッセージ</string>
1031+ </property>
1032+ <property name="checkable">
1033+ <bool>true</bool>
1034+ </property>
1035+ <property name="checked">
1036+ <bool>false</bool>
1037+ </property>
1038+ </widget>
10341039 </widget>
10351040 <widget class="QMenuBar" name="menuBar">
10361041 <property name="geometry">
10371042 <rect>
10381043 <x>0</x>
10391044 <y>0</y>
1040- <width>498</width>
1045+ <width>541</width>
10411046 <height>22</height>
10421047 </rect>
10431048 </property>
@@ -1084,7 +1089,6 @@
10841089 <tabstop>checkBox_enews_past</tabstop>
10851090 <tabstop>checkBox_keep_on_error</tabstop>
10861091 <tabstop>checkBox_past_week</tabstop>
1087- <tabstop>toolButton_detailed_message</tabstop>
10881092 </tabstops>
10891093 <resources/>
10901094 <connections>
@@ -1095,17 +1099,354 @@
10951099 <slot>download()</slot>
10961100 <hints>
10971101 <hint type="sourcelabel">
1098- <x>539</x>
1099- <y>352</y>
1102+ <x>488</x>
1103+ <y>487</y>
1104+ </hint>
1105+ <hint type="destinationlabel">
1106+ <x>468</x>
1107+ <y>552</y>
1108+ </hint>
1109+ </hints>
1110+ </connection>
1111+ <connection>
1112+ <sender>toolButton_basic1</sender>
1113+ <signal>toggled(bool)</signal>
1114+ <receiver>MainWindowClass</receiver>
1115+ <slot>toggled(bool)</slot>
1116+ <hints>
1117+ <hint type="sourcelabel">
1118+ <x>20</x>
1119+ <y>47</y>
1120+ </hint>
1121+ <hint type="destinationlabel">
1122+ <x>92</x>
1123+ <y>503</y>
1124+ </hint>
1125+ </hints>
1126+ </connection>
1127+ <connection>
1128+ <sender>toolButton_basic2</sender>
1129+ <signal>toggled(bool)</signal>
1130+ <receiver>MainWindowClass</receiver>
1131+ <slot>toggled(bool)</slot>
1132+ <hints>
1133+ <hint type="sourcelabel">
1134+ <x>44</x>
1135+ <y>80</y>
1136+ </hint>
1137+ <hint type="destinationlabel">
1138+ <x>93</x>
1139+ <y>556</y>
1140+ </hint>
1141+ </hints>
1142+ </connection>
1143+ <connection>
1144+ <sender>toolButton_basic3</sender>
1145+ <signal>toggled(bool)</signal>
1146+ <receiver>MainWindowClass</receiver>
1147+ <slot>toggled(bool)</slot>
1148+ <hints>
1149+ <hint type="sourcelabel">
1150+ <x>77</x>
1151+ <y>117</y>
1152+ </hint>
1153+ <hint type="destinationlabel">
1154+ <x>95</x>
1155+ <y>532</y>
1156+ </hint>
1157+ </hints>
1158+ </connection>
1159+ <connection>
1160+ <sender>toolButton_timetrial</sender>
1161+ <signal>toggled(bool)</signal>
1162+ <receiver>MainWindowClass</receiver>
1163+ <slot>toggled(bool)</slot>
1164+ <hints>
1165+ <hint type="sourcelabel">
1166+ <x>101</x>
1167+ <y>150</y>
1168+ </hint>
1169+ <hint type="destinationlabel">
1170+ <x>92</x>
1171+ <y>586</y>
1172+ </hint>
1173+ </hints>
1174+ </connection>
1175+ <connection>
1176+ <sender>toolButton_kaiwa</sender>
1177+ <signal>toggled(bool)</signal>
1178+ <receiver>MainWindowClass</receiver>
1179+ <slot>toggled(bool)</slot>
1180+ <hints>
1181+ <hint type="sourcelabel">
1182+ <x>127</x>
1183+ <y>186</y>
1184+ </hint>
1185+ <hint type="destinationlabel">
1186+ <x>98</x>
1187+ <y>615</y>
1188+ </hint>
1189+ </hints>
1190+ </connection>
1191+ <connection>
1192+ <sender>toolButton_business1</sender>
1193+ <signal>toggled(bool)</signal>
1194+ <receiver>MainWindowClass</receiver>
1195+ <slot>toggled(bool)</slot>
1196+ <hints>
1197+ <hint type="sourcelabel">
1198+ <x>156</x>
1199+ <y>220</y>
1200+ </hint>
1201+ <hint type="destinationlabel">
1202+ <x>202</x>
1203+ <y>504</y>
1204+ </hint>
1205+ </hints>
1206+ </connection>
1207+ <connection>
1208+ <sender>toolButton_business2</sender>
1209+ <signal>toggled(bool)</signal>
1210+ <receiver>MainWindowClass</receiver>
1211+ <slot>toggled(bool)</slot>
1212+ <hints>
1213+ <hint type="sourcelabel">
1214+ <x>165</x>
1215+ <y>270</y>
1216+ </hint>
1217+ <hint type="destinationlabel">
1218+ <x>208</x>
1219+ <y>543</y>
1220+ </hint>
1221+ </hints>
1222+ </connection>
1223+ <connection>
1224+ <sender>toolButton_kouryaku</sender>
1225+ <signal>toggled(bool)</signal>
1226+ <receiver>MainWindowClass</receiver>
1227+ <slot>toggled(bool)</slot>
1228+ <hints>
1229+ <hint type="sourcelabel">
1230+ <x>206</x>
1231+ <y>311</y>
1232+ </hint>
1233+ <hint type="destinationlabel">
1234+ <x>202</x>
1235+ <y>569</y>
1236+ </hint>
1237+ </hints>
1238+ </connection>
1239+ <connection>
1240+ <sender>toolButton_yomu</sender>
1241+ <signal>toggled(bool)</signal>
1242+ <receiver>MainWindowClass</receiver>
1243+ <slot>toggled(bool)</slot>
1244+ <hints>
1245+ <hint type="sourcelabel">
1246+ <x>219</x>
1247+ <y>343</y>
1248+ </hint>
1249+ <hint type="destinationlabel">
1250+ <x>246</x>
1251+ <y>571</y>
1252+ </hint>
1253+ </hints>
1254+ </connection>
1255+ <connection>
1256+ <sender>toolButton_enjoy</sender>
1257+ <signal>toggled(bool)</signal>
1258+ <receiver>MainWindowClass</receiver>
1259+ <slot>toggled(bool)</slot>
1260+ <hints>
1261+ <hint type="sourcelabel">
1262+ <x>232</x>
1263+ <y>378</y>
1264+ </hint>
1265+ <hint type="destinationlabel">
1266+ <x>211</x>
1267+ <y>602</y>
1268+ </hint>
1269+ </hints>
1270+ </connection>
1271+ <connection>
1272+ <sender>toolButton_skip</sender>
1273+ <signal>toggled(bool)</signal>
1274+ <receiver>MainWindowClass</receiver>
1275+ <slot>toggled(bool)</slot>
1276+ <hints>
1277+ <hint type="sourcelabel">
1278+ <x>236</x>
1279+ <y>436</y>
1280+ </hint>
1281+ <hint type="destinationlabel">
1282+ <x>277</x>
1283+ <y>600</y>
1284+ </hint>
1285+ </hints>
1286+ </connection>
1287+ <connection>
1288+ <sender>toolButton_detailed_message</sender>
1289+ <signal>toggled(bool)</signal>
1290+ <receiver>MainWindowClass</receiver>
1291+ <slot>toggled(bool)</slot>
1292+ <hints>
1293+ <hint type="sourcelabel">
1294+ <x>113</x>
1295+ <y>469</y>
1296+ </hint>
1297+ <hint type="destinationlabel">
1298+ <x>255</x>
1299+ <y>617</y>
1300+ </hint>
1301+ </hints>
1302+ </connection>
1303+ <connection>
1304+ <sender>toolButton_chinese</sender>
1305+ <signal>toggled(bool)</signal>
1306+ <receiver>MainWindowClass</receiver>
1307+ <slot>toggled(bool)</slot>
1308+ <hints>
1309+ <hint type="sourcelabel">
1310+ <x>273</x>
1311+ <y>46</y>
1312+ </hint>
1313+ <hint type="destinationlabel">
1314+ <x>317</x>
1315+ <y>508</y>
1316+ </hint>
1317+ </hints>
1318+ </connection>
1319+ <connection>
1320+ <sender>toolButton_levelup_chinese</sender>
1321+ <signal>toggled(bool)</signal>
1322+ <receiver>MainWindowClass</receiver>
1323+ <slot>toggled(bool)</slot>
1324+ <hints>
1325+ <hint type="sourcelabel">
1326+ <x>282</x>
1327+ <y>77</y>
1328+ </hint>
1329+ <hint type="destinationlabel">
1330+ <x>324</x>
1331+ <y>533</y>
1332+ </hint>
1333+ </hints>
1334+ </connection>
1335+ <connection>
1336+ <sender>toolButton_french</sender>
1337+ <signal>toggled(bool)</signal>
1338+ <receiver>MainWindowClass</receiver>
1339+ <slot>toggled(bool)</slot>
1340+ <hints>
1341+ <hint type="sourcelabel">
1342+ <x>294</x>
1343+ <y>122</y>
1344+ </hint>
1345+ <hint type="destinationlabel">
1346+ <x>350</x>
1347+ <y>551</y>
1348+ </hint>
1349+ </hints>
1350+ </connection>
1351+ <connection>
1352+ <sender>toolButton_italian</sender>
1353+ <signal>toggled(bool)</signal>
1354+ <receiver>MainWindowClass</receiver>
1355+ <slot>toggled(bool)</slot>
1356+ <hints>
1357+ <hint type="sourcelabel">
1358+ <x>305</x>
1359+ <y>158</y>
1360+ </hint>
1361+ <hint type="destinationlabel">
1362+ <x>371</x>
1363+ <y>569</y>
1364+ </hint>
1365+ </hints>
1366+ </connection>
1367+ <connection>
1368+ <sender>toolButton_hangeul</sender>
1369+ <signal>toggled(bool)</signal>
1370+ <receiver>MainWindowClass</receiver>
1371+ <slot>toggled(bool)</slot>
1372+ <hints>
1373+ <hint type="sourcelabel">
1374+ <x>314</x>
1375+ <y>194</y>
1376+ </hint>
1377+ <hint type="destinationlabel">
1378+ <x>387</x>
1379+ <y>587</y>
1380+ </hint>
1381+ </hints>
1382+ </connection>
1383+ <connection>
1384+ <sender>toolButton_levelup_hangeul</sender>
1385+ <signal>toggled(bool)</signal>
1386+ <receiver>MainWindowClass</receiver>
1387+ <slot>toggled(bool)</slot>
1388+ <hints>
1389+ <hint type="sourcelabel">
1390+ <x>324</x>
1391+ <y>231</y>
1392+ </hint>
1393+ <hint type="destinationlabel">
1394+ <x>385</x>
1395+ <y>616</y>
1396+ </hint>
1397+ </hints>
1398+ </connection>
1399+ <connection>
1400+ <sender>toolButton_german</sender>
1401+ <signal>toggled(bool)</signal>
1402+ <receiver>MainWindowClass</receiver>
1403+ <slot>toggled(bool)</slot>
1404+ <hints>
1405+ <hint type="sourcelabel">
1406+ <x>340</x>
1407+ <y>271</y>
1408+ </hint>
1409+ <hint type="destinationlabel">
1410+ <x>359</x>
1411+ <y>612</y>
1412+ </hint>
1413+ </hints>
1414+ </connection>
1415+ <connection>
1416+ <sender>toolButton_spanish</sender>
1417+ <signal>toggled(bool)</signal>
1418+ <receiver>MainWindowClass</receiver>
1419+ <slot>toggled(bool)</slot>
1420+ <hints>
1421+ <hint type="sourcelabel">
1422+ <x>357</x>
1423+ <y>305</y>
1424+ </hint>
1425+ <hint type="destinationlabel">
1426+ <x>435</x>
1427+ <y>507</y>
1428+ </hint>
1429+ </hints>
1430+ </connection>
1431+ <connection>
1432+ <sender>toolButton_russian</sender>
1433+ <signal>toggled(bool)</signal>
1434+ <receiver>MainWindowClass</receiver>
1435+ <slot>toggled(bool)</slot>
1436+ <hints>
1437+ <hint type="sourcelabel">
1438+ <x>395</x>
1439+ <y>339</y>
11001440 </hint>
11011441 <hint type="destinationlabel">
1102- <x>125</x>
1103- <y>310</y>
1442+ <x>460</x>
1443+ <y>520</y>
11041444 </hint>
11051445 </hints>
11061446 </connection>
11071447 </connections>
11081448 <slots>
11091449 <slot>download()</slot>
1450+ <slot>toggled(bool)</slot>
11101451 </slots>
11111452 </ui>
--- a/messagewindow.cpp
+++ b/messagewindow.cpp
@@ -32,7 +32,7 @@
3232 namespace {
3333 const QString SETTING_GROUP( "MessageWindow" );
3434 const QString SETTING_GEOMETRY( "geometry" );
35- const int DEFAULT_WIDTH = 500;
35+ const int DEFAULT_WIDTH = 541;
3636 const int DEFAULT_HEIGHT = 300;
3737 }
3838