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_