X-Git-Url: http://git.maemo.org/git/?p=wpcreator;a=blobdiff_plain;f=src%2Fui_progressdialog.h;fp=src%2Fui_progressdialog.h;h=0000000000000000000000000000000000000000;hp=1ea997545c75bad4d466f8e96a6a7f421fc3acf2;hb=b55d6cd0a77c63fbe600ba64e319b588771719d1;hpb=84165a159c430b85886b0509083b92f988c2f570 diff --git a/src/ui_progressdialog.h b/src/ui_progressdialog.h deleted file mode 100644 index 1ea9975..0000000 --- a/src/ui_progressdialog.h +++ /dev/null @@ -1,72 +0,0 @@ -/******************************************************************************** -** 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 -#include -#include -#include -#include -#include -#include -#include -#include - -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