17 #include <QtCore/QVariant>
18 #include <QtGui/QApplication>
19 #include <QtCore/QTimer>
34 setObjectName(QString::fromUtf8(name));
38 setWindowModality(windowModality);
55 vboxLayout->removeItem(mpSpacer);
56 vboxLayout->addWidget(pItem);
57 vboxLayout->addItem(mpSpacer);
67 vboxLayout->removeWidget(pItem);
86 mpBtnContinue->setEnabled(
false);
93 QTimer::singleShot(1500,
this, SLOT(
timerShow()));
115 mpBtnPause->setEnabled(
true);
116 mpBtnContinue->setEnabled(
false);
123 mpBtnPause->setEnabled(
false);
124 mpBtnContinue->setEnabled(
true);
132 mpBtnPause->setEnabled(
false);
133 mpBtnContinue->setEnabled(
false);
134 mpBtnStop->setEnabled(
false);
142 QTimer::singleShot(1500,
this, SLOT(
timerShow()));
unsigned C_INT32 mItemCount
bool removeProgressItem(CQProgressItem *pItem)
static CopasiUI3Window * getMainWindow()
bool insertProgressItem(CQProgressItem *pItem)
CQProgressDialog(QWidget *parent=0, const char *name=0, Qt::WindowModality windowModality=Qt::WindowModal, Qt::WindowFlags fl=0)
static const QIcon & icon(const IconID &id)
virtual void btnContinuePressed()
virtual void btnPausePressed()
bool fl(const C_FLOAT64 &d1, const C_FLOAT64 &d2)
virtual void btnStopPressed()