/home/jon/Projects/gibberish/src/include/MainWindow.h

00001 /******************************************************************************
00002  *
00003  * This file is part of Gibberish.
00004  *
00005  * Gibberish is free software; you can redistribute it and/or modify
00006  * it under the terms of the GNU General Public License as published by
00007  * the Free Software Foundation; either version 2 of the License, or
00008  * (at your option) any later version.
00009  * 
00010  * Gibberish is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  * GNU General Public License for more details.
00014  * 
00015  * You should have received a copy of the GNU General Public License
00016  * along with Foobar; if not, write to the Free Software
00017  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00018  *
00019  *****************************************************************************/
00020 
00021 #ifndef _H_MAIN_WINDOW
00022 #define _H_MAIN_WINDOW
00023 
00024 #include "ui_MainWindow.h"
00025 #include "StudentProfile.h"
00026 
00031 class MainWindow : public QMainWindow, private Ui::MainWindow
00032 {
00033         Q_OBJECT
00034 
00035         public:
00036                 MainWindow( QWidget * parent = 0, Qt::WFlags flags = 0 );
00037 
00038         private:
00039                 StudentProfile studentProfile;
00040 
00041         private slots:
00042                 void on_wLessons_clicked( const QModelIndex & );
00043                 void on_wFilter_textChanged( const QString & text );
00044                 void on_wFilterCol_currentIndexChanged( const QString & text );
00045                 void on_wTakeLesson_clicked();
00046                 void on_actionAboutGibberish_triggered();
00047                 void on_actionQuit_triggered();
00048                 void on_wTimer_stateChanged( int state );
00049 };
00050 
00051 #endif

Generated on Sat Sep 16 21:02:41 2006 for Gibberish by  doxygen 1.4.6