folderdiaquotatab_p.h
00001
00033 #ifndef FOLDERDIAQUOTA_P_H
00034 #define FOLDERDIAQUOTA_P_H
00035
00036
00037 #include <qlabel.h>
00038 #include <qprogressbar.h>
00039 #include <qwhatsthis.h>
00040
00041 #include "quotajobs.h"
00042
00043 namespace KMail {
00044
00045 class QuotaWidget : public QWidget {
00046
00047 Q_OBJECT
00048 public:
00049 QuotaWidget( QWidget* parent, const char* name = 0 );
00050 virtual ~QuotaWidget() { }
00051 void setQuotaInfo( const KMail::QuotaInfo& info );
00052
00053 private:
00054 void readConfig();
00055
00056 private:
00057 QLabel* mInfoLabel;
00058 QLabel* mRootLabel;
00059 QProgressBar* mProgressBar;
00060 QString mUnits;
00061 int mFactor;
00062 };
00063
00064 }
00065
00066 #endif
This file is part of the documentation for kmail Library Version 3.3.2.