/******************************************************************************** ** Form generated from reading UI file 'SetAll.ui' ** ** Created: Mon 23. Jul 10:26:15 2012 ** by: Qt User Interface Compiler version 4.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_SETALL_H #define UI_SETALL_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_SetAll { public: QPushButton *OKButton; QLineEdit *LineEdit; QPushButton *CancelButton; QLabel *TextLabel1; QSpinBox *SpinBox; void setupUi(QDialog *SetAll) { if (SetAll->objectName().isEmpty()) SetAll->setObjectName(QString::fromUtf8("SetAll")); SetAll->resize(384, 49); OKButton = new QPushButton(SetAll); OKButton->setObjectName(QString::fromUtf8("OKButton")); OKButton->setGeometry(QRect(200, 10, 80, 26)); LineEdit = new QLineEdit(SetAll); LineEdit->setObjectName(QString::fromUtf8("LineEdit")); LineEdit->setGeometry(QRect(120, 10, 70, 22)); CancelButton = new QPushButton(SetAll); CancelButton->setObjectName(QString::fromUtf8("CancelButton")); CancelButton->setGeometry(QRect(290, 10, 80, 26)); TextLabel1 = new QLabel(SetAll); TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); TextLabel1->setGeometry(QRect(10, 10, 92, 26)); TextLabel1->setWordWrap(false); SpinBox = new QSpinBox(SetAll); SpinBox->setObjectName(QString::fromUtf8("SpinBox")); SpinBox->setGeometry(QRect(120, 10, 70, 21)); SpinBox->setMaximum(127); retranslateUi(SetAll); QObject::connect(OKButton, SIGNAL(clicked()), SetAll, SLOT(accept())); QObject::connect(CancelButton, SIGNAL(clicked()), SetAll, SLOT(reject())); QMetaObject::connectSlotsByName(SetAll); } // setupUi void retranslateUi(QDialog *SetAll) { SetAll->setWindowTitle(QApplication::translate("SetAll", "Set All To", 0, QApplication::UnicodeUTF8)); OKButton->setText(QApplication::translate("SetAll", "OK", 0, QApplication::UnicodeUTF8)); CancelButton->setText(QApplication::translate("SetAll", "Cancel", 0, QApplication::UnicodeUTF8)); TextLabel1->setText(QApplication::translate("SetAll", "Set to value", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class SetAll: public Ui_SetAll {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_SETALL_H