From 2bf0790dac098fd24a20161f32cd848a87fe56ca Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 24 Mar 2003 20:51:18 +0000 Subject: preliminary big busy cursor - maybe an animation later --- (limited to 'core/launcher/waitpopup.h') diff --git a/core/launcher/waitpopup.h b/core/launcher/waitpopup.h new file mode 100644 index 0000000..76f0c27 --- a/dev/null +++ b/core/launcher/waitpopup.h @@ -0,0 +1,14 @@ +#ifndef WAITPOPUP_H +#define WAITPOPUP_H + +#include + +class WaitPopup : public QDialog { + Q_OBJECT + +public: + WaitPopup(QWidget *parent=0,const char* msg=0,bool dispIcon=TRUE); + ~WaitPopup(); +}; + +#endif -- cgit v0.9.0.2