24#ifndef PRINTPROGRESS_H
25#define PRINTPROGRESS_H
33namespace KABPrinting {
40class PrintProgress : public TQWidget
46 PrintProgress( TQWidget *parent, const char *name = 0 );
60 TQStringList mMessages;
62 TQTextBrowser* mLogBrowser;
63 TQProgressBar* mProgressBar;
void addMessage(const TQString &) Add a message to the message log.
void setProgress(int) Set the progress to a certain amount.
|