kmail Library API Documentation

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 }//end of namespace KMail
00065 
00066 #endif /* FOLDERDIAQUOTA_H */
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 17 09:55:22 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003