src/choose_prog.h

00001 /****************************************************************************
00002 ** Créé par Anacr0x et Cocophotos :
00003 **          anacr0x@free.fr
00004 **          cocophotos@hotmail.com
00005 **
00006 ** Sous licence GPL v2 ou plus
00007 ****************************************************************************/
00008 
00009 #ifndef CHOOSE_PROG_H
00010 #define CHOOSE_PROG_H
00011 
00012 #include <QtCore>
00013 #include <QtGui>
00014 #include <QtNetwork>
00015 #include "ui_choose_prog.h"
00016 #include "scythia.h"
00017 
00018 /*************************************************************************/
00020 
00025 /*************************************************************************/
00026 
00027 class chooseProg:public QDialog, public Ui::chooseProg
00028 {
00029         Q_OBJECT
00030 public:
00032         chooseProg(QWidget * parent = 0);
00033 
00034 public slots:
00036         void slotImages();
00038         void slotVideo();
00040         void slotAudio();
00042         void slotArchives();
00044         void slotTxts();
00046         void slotDocs();
00047 
00049         void OK();
00050 };
00051 
00052 #endif

Generated on Wed Jan 2 20:39:34 2008 for Scythia by  doxygen 1.5.4