ui_dialogtoday.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogtoday.ui'
  3. **
  4. ** Created: Mon Apr 22 12:43:44 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_DIALOGTODAY_H
  10. #define UI_DIALOGTODAY_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QDialog>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QVBoxLayout>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_DialogToday
  20. {
  21. public:
  22. QVBoxLayout *verticalLayout_2;
  23. QVBoxLayout *verticalLayout;
  24. void setupUi(QDialog *DialogToday)
  25. {
  26. if (DialogToday->objectName().isEmpty())
  27. DialogToday->setObjectName(QString::fromUtf8("DialogToday"));
  28. DialogToday->resize(400, 300);
  29. verticalLayout_2 = new QVBoxLayout(DialogToday);
  30. verticalLayout_2->setSpacing(6);
  31. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  32. verticalLayout_2->setContentsMargins(0, 0, 0, 6);
  33. verticalLayout = new QVBoxLayout();
  34. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  35. verticalLayout_2->addLayout(verticalLayout);
  36. retranslateUi(DialogToday);
  37. QMetaObject::connectSlotsByName(DialogToday);
  38. } // setupUi
  39. void retranslateUi(QDialog *DialogToday)
  40. {
  41. DialogToday->setWindowTitle(QApplication::translate("DialogToday", "\344\273\212\346\227\245\346\216\250\350\215\220", 0, QApplication::UnicodeUTF8));
  42. } // retranslateUi
  43. };
  44. namespace Ui {
  45. class DialogToday: public Ui_DialogToday {};
  46. } // namespace Ui
  47. QT_END_NAMESPACE
  48. #endif // UI_DIALOGTODAY_H