You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
926 B
49 lines
926 B
/**********************************************************************
|
|
|
|
--- TQt Architect generated file ---
|
|
|
|
File: ksprogress.h
|
|
Last generated: Thu Dec 18 08:01:39 1997
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef KSProgress_included
|
|
#define KSProgress_included
|
|
|
|
#include "ksprogressdata.h"
|
|
|
|
class KSProgress : public ksprogressData
|
|
{
|
|
Q_OBJECT
|
|
|
|
|
|
public:
|
|
|
|
KSProgress
|
|
(
|
|
TQWidget* parent = NULL,
|
|
const char* name = NULL
|
|
);
|
|
|
|
virtual ~KSProgress();
|
|
|
|
virtual void setID(TQString);
|
|
virtual void setRange(int minValue, int maxValue);
|
|
virtual void setTopText(TQString text);
|
|
virtual void setBotText(TQString text);
|
|
|
|
public slots:
|
|
virtual void setValue(int value);
|
|
virtual void cancelPressed();
|
|
|
|
signals:
|
|
void cancel();
|
|
void cancel(TQString);
|
|
|
|
private:
|
|
TQString id;
|
|
bool canceled;
|
|
|
|
};
|
|
#endif // KSProgress_included
|