changed hardcoded path for testing
[wpcreator] / src / ui_progressdialog.h
diff --git a/src/ui_progressdialog.h b/src/ui_progressdialog.h
new file mode 100644 (file)
index 0000000..1ea9975
--- /dev/null
@@ -0,0 +1,72 @@
+/********************************************************************************
+** Form generated from reading ui file 'progressdialog.ui'
+**
+** Created: Wed Nov 4 15:41:11 2009
+**      by: Qt User Interface Compiler version 4.5.0
+**
+** WARNING! All changes made in this file will be lost when recompiling ui file!
+********************************************************************************/
+
+#ifndef UI_PROGRESSDIALOG_H
+#define UI_PROGRESSDIALOG_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QDialog>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QProgressBar>
+#include <QtGui/QPushButton>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_ProgressDialog
+{
+public:
+    QProgressBar *progressBar;
+    QLabel *doneLabel;
+    QPushButton *noticedButton;
+
+    void setupUi(QDialog *ProgressDialog)
+    {
+        if (ProgressDialog->objectName().isEmpty())
+            ProgressDialog->setObjectName(QString::fromUtf8("ProgressDialog"));
+        ProgressDialog->resize(800, 200);
+        progressBar = new QProgressBar(ProgressDialog);
+        progressBar->setObjectName(QString::fromUtf8("progressBar"));
+        progressBar->setGeometry(QRect(160, 50, 401, 81));
+        progressBar->setValue(0);
+        doneLabel = new QLabel(ProgressDialog);
+        doneLabel->setObjectName(QString::fromUtf8("doneLabel"));
+        doneLabel->setEnabled(true);
+        doneLabel->setGeometry(QRect(120, 60, 481, 51));
+        noticedButton = new QPushButton(ProgressDialog);
+        noticedButton->setObjectName(QString::fromUtf8("noticedButton"));
+        noticedButton->setEnabled(true);
+        noticedButton->setGeometry(QRect(600, 50, 131, 61));
+
+        retranslateUi(ProgressDialog);
+        QObject::connect(noticedButton, SIGNAL(clicked()), ProgressDialog, SLOT(accept()));
+
+        QMetaObject::connectSlotsByName(ProgressDialog);
+    } // setupUi
+
+    void retranslateUi(QDialog *ProgressDialog)
+    {
+        ProgressDialog->setWindowTitle(QApplication::translate("ProgressDialog", "Dialog", 0, QApplication::UnicodeUTF8));
+        doneLabel->setText(QApplication::translate("ProgressDialog", "Done. Now available as ImageSet!", 0, QApplication::UnicodeUTF8));
+        noticedButton->setText(QApplication::translate("ProgressDialog", "OK", 0, QApplication::UnicodeUTF8));
+        Q_UNUSED(ProgressDialog);
+    } // retranslateUi
+
+};
+
+namespace Ui {
+    class ProgressDialog: public Ui_ProgressDialog {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_PROGRESSDIALOG_H