Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

LabPlotSplash.h

Go to the documentation of this file.
00001 // LabPlot : LabPlotSplash.h
00002 #ifndef LABPLOTSPLASH_H_
00003 #define LABPLOTSPLASH_H_
00004 
00005 #include <qobject.h>
00006 #include <qwidget.h>
00007 #include <qstring.h>
00008 #include <qtimer.h>
00009 
00010 class LabPlotSplash : public QWidget
00011 {
00012 public:
00013         LabPlotSplash(const QString &PNGImageFileName);
00014 private:
00015     QTimer m_timer; 
00016 };
00017 
00018 #endif // LABPLOTSPLASH_H_

Generated on Sun Aug 29 14:56:04 2004 for LabPlot by doxygen 1.3.6