//This program is free software: you can redistribute it and/or modify it under the terms #of the GNU General Public License as published by the Free Software Foundation, either #version 3 of the License, or (at your option) any later version. //This program is distributed in the hope that it will be useful, but WITHOUT ANY #WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A #PARTICULAR PURPOSE. See the GNU General Public License for more details. //You should have received a copy of the GNU General Public License along with this #program. If not, see /******************************************************************************** ** Form generated from reading UI file 'error.ui' ** ** Created: Wed 8. Dec 23:38:15 2010 ** by: Qt User Interface Compiler version 4.7.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_ERROR_H #define UI_ERROR_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_error { public: QPushButton *pushButton; QLabel *label; void setupUi(QDialog *error) { if (error->objectName().isEmpty()) error->setObjectName(QString::fromUtf8("error")); error->resize(400, 300); pushButton = new QPushButton(error); pushButton->setObjectName(QString::fromUtf8("pushButton")); pushButton->setGeometry(QRect(160, 230, 75, 23)); label = new QLabel(error); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(50, 40, 291, 171)); retranslateUi(error); QMetaObject::connectSlotsByName(error); } // setupUi void retranslateUi(QDialog *error) { error->setWindowTitle(QApplication::translate("error", "Dialog", 0, QApplication::UnicodeUTF8)); pushButton->setText(QApplication::translate("error", "OK", 0, QApplication::UnicodeUTF8)); label->setText(QString()); } // retranslateUi }; namespace Ui { class error: public Ui_error {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_ERROR_H