1ea997545c75bad4d466f8e96a6a7f421fc3acf2
[wpcreator] / src / ui_progressdialog.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'progressdialog.ui'
3 **
4 ** Created: Wed Nov 4 15:41:11 2009
5 **      by: Qt User Interface Compiler version 4.5.0
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef UI_PROGRESSDIALOG_H
11 #define UI_PROGRESSDIALOG_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QDialog>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QProgressBar>
21 #include <QtGui/QPushButton>
22
23 QT_BEGIN_NAMESPACE
24
25 class Ui_ProgressDialog
26 {
27 public:
28     QProgressBar *progressBar;
29     QLabel *doneLabel;
30     QPushButton *noticedButton;
31
32     void setupUi(QDialog *ProgressDialog)
33     {
34         if (ProgressDialog->objectName().isEmpty())
35             ProgressDialog->setObjectName(QString::fromUtf8("ProgressDialog"));
36         ProgressDialog->resize(800, 200);
37         progressBar = new QProgressBar(ProgressDialog);
38         progressBar->setObjectName(QString::fromUtf8("progressBar"));
39         progressBar->setGeometry(QRect(160, 50, 401, 81));
40         progressBar->setValue(0);
41         doneLabel = new QLabel(ProgressDialog);
42         doneLabel->setObjectName(QString::fromUtf8("doneLabel"));
43         doneLabel->setEnabled(true);
44         doneLabel->setGeometry(QRect(120, 60, 481, 51));
45         noticedButton = new QPushButton(ProgressDialog);
46         noticedButton->setObjectName(QString::fromUtf8("noticedButton"));
47         noticedButton->setEnabled(true);
48         noticedButton->setGeometry(QRect(600, 50, 131, 61));
49
50         retranslateUi(ProgressDialog);
51         QObject::connect(noticedButton, SIGNAL(clicked()), ProgressDialog, SLOT(accept()));
52
53         QMetaObject::connectSlotsByName(ProgressDialog);
54     } // setupUi
55
56     void retranslateUi(QDialog *ProgressDialog)
57     {
58         ProgressDialog->setWindowTitle(QApplication::translate("ProgressDialog", "Dialog", 0, QApplication::UnicodeUTF8));
59         doneLabel->setText(QApplication::translate("ProgressDialog", "Done. Now available as ImageSet!", 0, QApplication::UnicodeUTF8));
60         noticedButton->setText(QApplication::translate("ProgressDialog", "OK", 0, QApplication::UnicodeUTF8));
61         Q_UNUSED(ProgressDialog);
62     } // retranslateUi
63
64 };
65
66 namespace Ui {
67     class ProgressDialog: public Ui_ProgressDialog {};
68 } // namespace Ui
69
70 QT_END_NAMESPACE
71
72 #endif // UI_PROGRESSDIALOG_H