src/logs/logs.h

Go to the documentation of this file.
00001 #ifndef LOGS_H
00002 #define LOGS_H
00003 
00004 
00011 #include <QWidget>
00012 #include<QString>
00013 #include "ui_logs.h"
00014 
00015 using namespace std;
00016 
00022 class Logs : public QWidget, public Ui::Logs
00023 {
00024     Q_OBJECT
00025     private :
00026 
00027     public :
00028         Logs (QWidget *parent = 0);
00029         void addLog(QString log);
00030 
00031     public slots:
00032         void clear();
00033 
00034 
00035 };
00036 
00037 #endif // LOGS_H

Generated on Mon Mar 16 18:46:05 2009 for QCJM by  doxygen 1.5.4