printprogress.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef PRINTPROGRESS_H
00018 #define PRINTPROGRESS_H
00019
00020 #include <qstringlist.h>
00021 #include "printprogress_base.h"
00022
00023 namespace KABPrinting {
00024
00030 class PrintProgress : public PrintProgressBase
00031 {
00032 Q_OBJECT
00033 public:
00034 PrintProgress(QWidget *parent);
00035 ~PrintProgress();
00039 void addMessage(const QString &);
00043 void setProgress(int);
00044 private:
00045 QStringList messages;
00046 };
00047
00048 }
00049
00050 #endif
This file is part of the documentation for kdelibs Version 3.1.5.