| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogtoday.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_DIALOGTODAY_H
- #define UI_DIALOGTODAY_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDialog>
- #include <QtGui/QHeaderView>
- #include <QtGui/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_DialogToday
- {
- public:
- QVBoxLayout *verticalLayout_2;
- QVBoxLayout *verticalLayout;
- void setupUi(QDialog *DialogToday)
- {
- if (DialogToday->objectName().isEmpty())
- DialogToday->setObjectName(QString::fromUtf8("DialogToday"));
- DialogToday->resize(400, 300);
- verticalLayout_2 = new QVBoxLayout(DialogToday);
- verticalLayout_2->setSpacing(6);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- verticalLayout_2->setContentsMargins(0, 0, 0, 6);
- verticalLayout = new QVBoxLayout();
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout_2->addLayout(verticalLayout);
- retranslateUi(DialogToday);
- QMetaObject::connectSlotsByName(DialogToday);
- } // setupUi
- void retranslateUi(QDialog *DialogToday)
- {
- DialogToday->setWindowTitle(QApplication::translate("DialogToday", "\344\273\212\346\227\245\346\216\250\350\215\220", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class DialogToday: public Ui_DialogToday {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGTODAY_H
|