| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- /********************************************************************************
- ** Form generated from reading UI file 'formriddle.ui'
- **
- ** Created: Mon Apr 22 12:43:44 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_FORMRIDDLE_H
- #define UI_FORMRIDDLE_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormRiddle
- {
- public:
- QHBoxLayout *horizontalLayout;
- QVBoxLayout *verticalLayoutBody;
- QHBoxLayout *horizontalLayoutAccount;
- QVBoxLayout *verticalLayoutCmd;
- QVBoxLayout *verticalLayoutAd;
- void setupUi(QWidget *FormRiddle)
- {
- if (FormRiddle->objectName().isEmpty())
- FormRiddle->setObjectName(QString::fromUtf8("FormRiddle"));
- FormRiddle->resize(616, 431);
- QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(FormRiddle->sizePolicy().hasHeightForWidth());
- FormRiddle->setSizePolicy(sizePolicy);
- horizontalLayout = new QHBoxLayout(FormRiddle);
- horizontalLayout->setSpacing(9);
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- verticalLayoutBody = new QVBoxLayout();
- verticalLayoutBody->setObjectName(QString::fromUtf8("verticalLayoutBody"));
- horizontalLayoutAccount = new QHBoxLayout();
- horizontalLayoutAccount->setSpacing(0);
- horizontalLayoutAccount->setObjectName(QString::fromUtf8("horizontalLayoutAccount"));
- verticalLayoutBody->addLayout(horizontalLayoutAccount);
- verticalLayoutCmd = new QVBoxLayout();
- verticalLayoutCmd->setObjectName(QString::fromUtf8("verticalLayoutCmd"));
- verticalLayoutBody->addLayout(verticalLayoutCmd);
- horizontalLayout->addLayout(verticalLayoutBody);
- verticalLayoutAd = new QVBoxLayout();
- verticalLayoutAd->setSpacing(0);
- verticalLayoutAd->setObjectName(QString::fromUtf8("verticalLayoutAd"));
- horizontalLayout->addLayout(verticalLayoutAd);
- retranslateUi(FormRiddle);
- QMetaObject::connectSlotsByName(FormRiddle);
- } // setupUi
- void retranslateUi(QWidget *FormRiddle)
- {
- FormRiddle->setWindowTitle(QApplication::translate("FormRiddle", "Form", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormRiddle: public Ui_FormRiddle {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMRIDDLE_H
|