| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /********************************************************************************
- ** Form generated from reading UI file 'formad.ui'
- **
- ** Created: Mon Apr 22 11:55:24 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_FORMAD_H
- #define UI_FORMAD_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHeaderView>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormAd
- {
- public:
- QVBoxLayout *verticalLayout;
- void setupUi(QWidget *FormAd)
- {
- if (FormAd->objectName().isEmpty())
- FormAd->setObjectName(QString::fromUtf8("FormAd"));
- FormAd->resize(400, 300);
- verticalLayout = new QVBoxLayout(FormAd);
- verticalLayout->setSpacing(0);
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- retranslateUi(FormAd);
- QMetaObject::connectSlotsByName(FormAd);
- } // setupUi
- void retranslateUi(QWidget *FormAd)
- {
- FormAd->setWindowTitle(QApplication::translate("FormAd", "Form", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormAd: public Ui_FormAd {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMAD_H
|