parley
advancedpracticeoptions.cpp
Go to the documentation of this file.00001 /*************************************************************************** 00002 00003 query options for Parley 00004 00005 ----------------------------------------------------------------------- 00006 00007 begin : Tue Apr 5 2005 00008 00009 copyright :(C) 2005 Peter Hedlund <peter.hedlund@kdemail.net> 00010 (C) 2007 Frederik Gladhorn <frederik.gladhorn@kdemail.net> 00011 00012 ----------------------------------------------------------------------- 00013 00014 ***************************************************************************/ 00015 00016 /*************************************************************************** 00017 * * 00018 * This program is free software; you can redistribute it and/or modify * 00019 * it under the terms of the GNU General Public License as published by * 00020 * the Free Software Foundation; either version 2 of the License, or * 00021 * (at your option) any later version. * 00022 * * 00023 ***************************************************************************/ 00024 00025 #include "advancedpracticeoptions.h" 00026 00027 #include "prefs.h" 00028 00029 AdvancedPracticeOptions::AdvancedPracticeOptions(QWidget* parent) : QWidget(parent) 00030 { 00031 setupUi(this); 00032 00033 connect(kcfg_ShowSolutionAfterAnswer, SIGNAL(toggled(bool)), kcfg_ShowSolutionAfterAnswerTime, SLOT(setEnabled(bool))); 00034 } 00035 00036 00037 #include "advancedpracticeoptions.moc"
KDE 4.2 API Reference