• 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

Revisiónd33d132fbc3bd36b4c10a0d663df9fe770bb3487 (tree)
Tiempo2014-04-05 16:36:03
Autorjakago <jakago777@gmai...>
Commiterjakago

Log Message

詳細なメッセージチェックボックスを追加

Cambiar Resumen

Diferencia incremental

--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -185,6 +185,7 @@ void MainWindow::settings( enum ReadWriteMode mode ) {
185185 { ui->checkBox_this_week, "this_week", true, "", "", "", "" },
186186 { ui->checkBox_next_week, "next_week", false, "", "", "", "" },
187187 { ui->checkBox_past_week, "past_week", false, "", "", "", "" },
188+ { ui->checkBox_detailed_message, "detailed_message", false, "", "", "", "" },
188189 { NULL, NULL, false, "", "", "", "" }
189190 };
190191 typedef struct ComboBox {
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -378,6 +378,20 @@
378378 </item>
379379 </layout>
380380 </item>
381+ <item row="12" column="0">
382+ <layout class="QHBoxLayout" name="horizontalLayout_28">
383+ <item>
384+ <widget class="QCheckBox" name="checkBox_detailed_message">
385+ <property name="text">
386+ <string>詳細なメッセージ</string>
387+ </property>
388+ <property name="checked">
389+ <bool>false</bool>
390+ </property>
391+ </widget>
392+ </item>
393+ </layout>
394+ </item>
381395 </layout>
382396 </widget>
383397 <widget class="QCheckBox" name="checkBox_this_week">
@@ -726,9 +740,9 @@
726740 <tabstop>checkBox_12</tabstop>
727741 <tabstop>checkBox_18</tabstop>
728742 <tabstop>checkBox_skip</tabstop>
743+ <tabstop>checkBox_detailed_message</tabstop>
729744 <tabstop>comboBox_extension</tabstop>
730745 <tabstop>downloadButton</tabstop>
731- <tabstop>checkBox_past_week</tabstop>
732746 <tabstop>past_days</tabstop>
733747 <tabstop>comboBox_enews</tabstop>
734748 <tabstop>checkBox_next_week</tabstop>
@@ -740,6 +754,7 @@
740754 <tabstop>comboBox_shower</tabstop>
741755 <tabstop>checkBox_enews_past</tabstop>
742756 <tabstop>checkBox_keep_on_error</tabstop>
757+ <tabstop>checkBox_past_week</tabstop>
743758 </tabstops>
744759 <resources/>
745760 <connections>