ui_formrec.h 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formrec.ui'
  3. **
  4. ** Created: Mon Apr 22 11:55:07 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_FORMREC_H
  10. #define UI_FORMREC_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QGroupBox>
  16. #include <QtGui/QHBoxLayout>
  17. #include <QtGui/QHeaderView>
  18. #include <QtGui/QLabel>
  19. #include <QtGui/QListView>
  20. #include <QtGui/QPushButton>
  21. #include <QtGui/QSpacerItem>
  22. #include <QtGui/QTabWidget>
  23. #include <QtGui/QVBoxLayout>
  24. #include <QtGui/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_FormRec
  27. {
  28. public:
  29. QHBoxLayout *horizontalLayout_2;
  30. QVBoxLayout *verticalLayoutBody;
  31. QHBoxLayout *horizontalLayoutAccount;
  32. QTabWidget *tabWidget;
  33. QWidget *tabToday;
  34. QVBoxLayout *verticalLayoutToday;
  35. QGroupBox *groupBox;
  36. QVBoxLayout *verticalLayout;
  37. QListView *listView;
  38. QHBoxLayout *horizontalLayout;
  39. QLabel *labelSegCount;
  40. QSpacerItem *horizontalSpacer;
  41. QPushButton *pushButtonClear;
  42. QPushButton *pushButton;
  43. QVBoxLayout *verticalLayoutAd;
  44. void setupUi(QWidget *FormRec)
  45. {
  46. if (FormRec->objectName().isEmpty())
  47. FormRec->setObjectName(QString::fromUtf8("FormRec"));
  48. FormRec->resize(400, 300);
  49. horizontalLayout_2 = new QHBoxLayout(FormRec);
  50. horizontalLayout_2->setSpacing(9);
  51. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  52. verticalLayoutBody = new QVBoxLayout();
  53. verticalLayoutBody->setSpacing(6);
  54. verticalLayoutBody->setObjectName(QString::fromUtf8("verticalLayoutBody"));
  55. horizontalLayoutAccount = new QHBoxLayout();
  56. horizontalLayoutAccount->setSpacing(0);
  57. horizontalLayoutAccount->setObjectName(QString::fromUtf8("horizontalLayoutAccount"));
  58. verticalLayoutBody->addLayout(horizontalLayoutAccount);
  59. tabWidget = new QTabWidget(FormRec);
  60. tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  61. tabToday = new QWidget();
  62. tabToday->setObjectName(QString::fromUtf8("tabToday"));
  63. verticalLayoutToday = new QVBoxLayout(tabToday);
  64. verticalLayoutToday->setSpacing(0);
  65. verticalLayoutToday->setContentsMargins(0, 0, 0, 0);
  66. verticalLayoutToday->setObjectName(QString::fromUtf8("verticalLayoutToday"));
  67. tabWidget->addTab(tabToday, QString());
  68. verticalLayoutBody->addWidget(tabWidget);
  69. groupBox = new QGroupBox(FormRec);
  70. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  71. verticalLayout = new QVBoxLayout(groupBox);
  72. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  73. listView = new QListView(groupBox);
  74. listView->setObjectName(QString::fromUtf8("listView"));
  75. listView->setFlow(QListView::LeftToRight);
  76. listView->setProperty("isWrapping", QVariant(true));
  77. listView->setViewMode(QListView::IconMode);
  78. verticalLayout->addWidget(listView);
  79. horizontalLayout = new QHBoxLayout();
  80. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  81. labelSegCount = new QLabel(groupBox);
  82. labelSegCount->setObjectName(QString::fromUtf8("labelSegCount"));
  83. horizontalLayout->addWidget(labelSegCount);
  84. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  85. horizontalLayout->addItem(horizontalSpacer);
  86. pushButtonClear = new QPushButton(groupBox);
  87. pushButtonClear->setObjectName(QString::fromUtf8("pushButtonClear"));
  88. horizontalLayout->addWidget(pushButtonClear);
  89. pushButton = new QPushButton(groupBox);
  90. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  91. horizontalLayout->addWidget(pushButton);
  92. verticalLayout->addLayout(horizontalLayout);
  93. verticalLayoutBody->addWidget(groupBox);
  94. horizontalLayout_2->addLayout(verticalLayoutBody);
  95. verticalLayoutAd = new QVBoxLayout();
  96. verticalLayoutAd->setSpacing(0);
  97. verticalLayoutAd->setObjectName(QString::fromUtf8("verticalLayoutAd"));
  98. horizontalLayout_2->addLayout(verticalLayoutAd);
  99. retranslateUi(FormRec);
  100. tabWidget->setCurrentIndex(0);
  101. QMetaObject::connectSlotsByName(FormRec);
  102. } // setupUi
  103. void retranslateUi(QWidget *FormRec)
  104. {
  105. FormRec->setWindowTitle(QApplication::translate("FormRec", "Form", 0, QApplication::UnicodeUTF8));
  106. tabWidget->setTabText(tabWidget->indexOf(tabToday), QApplication::translate("FormRec", "\344\273\212\346\227\245\346\216\250\350\215\220", 0, QApplication::UnicodeUTF8));
  107. groupBox->setTitle(QApplication::translate("FormRec", "\346\210\221\347\232\204\350\207\252\351\200\211", 0, QApplication::UnicodeUTF8));
  108. labelSegCount->setText(QApplication::translate("FormRec", "TextLabel", 0, QApplication::UnicodeUTF8));
  109. pushButtonClear->setText(QApplication::translate("FormRec", "\346\270\205\347\251\272", 0, QApplication::UnicodeUTF8));
  110. pushButton->setText(QApplication::translate("FormRec", "\344\270\200\351\224\256\346\217\220\344\272\244\345\210\260\345\256\236\345\217\267\345\277\253\346\243\200", 0, QApplication::UnicodeUTF8));
  111. } // retranslateUi
  112. };
  113. namespace Ui {
  114. class FormRec: public Ui_FormRec {};
  115. } // namespace Ui
  116. QT_END_NAMESPACE
  117. #endif // UI_FORMREC_H