From 26c201d7ce1e1fcf64129164cc97120d8cc7cb69 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 20 Dec 2003 00:07:03 +0000 Subject: also add the new files --- (limited to 'noncore/net/mail/statuswidget.h') diff --git a/noncore/net/mail/statuswidget.h b/noncore/net/mail/statuswidget.h new file mode 100644 index 0000000..73f0d75 --- a/dev/null +++ b/noncore/net/mail/statuswidget.h @@ -0,0 +1,24 @@ +#ifndef STATUS_WIDGET_H +#define STATUS_WIDGET_H + +#include +#include "statuswidgetui.h" + +class StatusWidget : public StatusWidgetUI { + +Q_OBJECT + +public: + StatusWidget( QWidget* parent = 0, const char* name = 0,WFlags fl = 0 ); + ~StatusWidget(); + + +public slots: + + void setText( const QString& text ); + void setProgress( int progress ); +}; + + +#endif + -- cgit v0.9.0.2