| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- /********************************************************************************
- ** Form generated from reading UI file 'formcommandarea.ui'
- **
- ** Created: Mon Apr 22 11:56:12 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_FORMCOMMANDAREA_H
- #define UI_FORMCOMMANDAREA_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QGroupBox>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormCommandArea
- {
- public:
- QVBoxLayout *verticalLayout_4;
- QGroupBox *groupBox;
- QVBoxLayout *verticalLayout_3;
- QWidget *widget;
- QHBoxLayout *horizontalLayout_2;
- QVBoxLayout *verticalLayout;
- QSpacerItem *verticalSpacer_2;
- QHBoxLayout *horizontalLayout_3;
- QSpacerItem *horizontalSpacer_2;
- QPushButton *pushButtonFree;
- QSpacerItem *horizontalSpacer_3;
- QLabel *label_2;
- QSpacerItem *verticalSpacer_3;
- QSpacerItem *verticalSpacer;
- void setupUi(QWidget *FormCommandArea)
- {
- if (FormCommandArea->objectName().isEmpty())
- FormCommandArea->setObjectName(QString::fromUtf8("FormCommandArea"));
- FormCommandArea->resize(738, 146);
- verticalLayout_4 = new QVBoxLayout(FormCommandArea);
- verticalLayout_4->setSpacing(0);
- verticalLayout_4->setContentsMargins(0, 0, 0, 0);
- verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
- groupBox = new QGroupBox(FormCommandArea);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- verticalLayout_3 = new QVBoxLayout(groupBox);
- verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
- widget = new QWidget(groupBox);
- widget->setObjectName(QString::fromUtf8("widget"));
- QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(widget->sizePolicy().hasHeightForWidth());
- widget->setSizePolicy(sizePolicy);
- widget->setMinimumSize(QSize(0, 104));
- widget->setMaximumSize(QSize(16777215, 104));
- horizontalLayout_2 = new QHBoxLayout(widget);
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- verticalLayout = new QVBoxLayout();
- verticalLayout->setSpacing(6);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- verticalLayout->addItem(verticalSpacer_2);
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setSpacing(6);
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_3->addItem(horizontalSpacer_2);
- pushButtonFree = new QPushButton(widget);
- pushButtonFree->setObjectName(QString::fromUtf8("pushButtonFree"));
- sizePolicy.setHeightForWidth(pushButtonFree->sizePolicy().hasHeightForWidth());
- pushButtonFree->setSizePolicy(sizePolicy);
- horizontalLayout_3->addWidget(pushButtonFree);
- horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_3->addItem(horizontalSpacer_3);
- verticalLayout->addLayout(horizontalLayout_3);
- label_2 = new QLabel(widget);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- label_2->setAlignment(Qt::AlignCenter);
- verticalLayout->addWidget(label_2);
- verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- verticalLayout->addItem(verticalSpacer_3);
- horizontalLayout_2->addLayout(verticalLayout);
- verticalLayout_3->addWidget(widget);
- verticalLayout_4->addWidget(groupBox);
- verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
- verticalLayout_4->addItem(verticalSpacer);
- retranslateUi(FormCommandArea);
- QMetaObject::connectSlotsByName(FormCommandArea);
- } // setupUi
- void retranslateUi(QWidget *FormCommandArea)
- {
- FormCommandArea->setWindowTitle(QApplication::translate("FormCommandArea", "Form", 0, QApplication::UnicodeUTF8));
- groupBox->setTitle(QApplication::translate("FormCommandArea", "\351\200\211\346\213\251\344\270\213\350\275\275\346\226\271\345\274\217", 0, QApplication::UnicodeUTF8));
- pushButtonFree->setText(QApplication::translate("FormCommandArea", "\351\200\211\346\213\251\345\256\236\345\217\267", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("FormCommandArea", "\347\202\271\345\207\273\351\200\211\346\213\251\345\217\267\347\240\201\345\234\260\345\214\272\343\200\201\350\277\220\350\220\245\345\225\206\343\200\201\345\256\236\345\217\267\345\214\205\344\270\213\350\275\275\345\256\236\345\217\267", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormCommandArea: public Ui_FormCommandArea {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMCOMMANDAREA_H
|