1 #ifndef __DLGINITIAL_H__
2 #define __DLGINITIAL_H__
4 #include "ui_dlginitial.h"
6 class DlgInitial: public QDialog
11 DlgInitial(QWidget * parent = 0, Qt::WindowFlags flags = 0);
15 void setText(const QString & t);
16 void setPixmap(const QPixmap & p);
24 #endif // __DLGINITIAL_H__