ui_mainwindow.h 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'mainwindow.ui'
  3. **
  4. ** Created: Mon Jul 22 18:19:00 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_MAINWINDOW_H
  10. #define UI_MAINWINDOW_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHBoxLayout>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QMainWindow>
  18. #include <QtGui/QStatusBar>
  19. #include <QtGui/QToolBar>
  20. #include <QtGui/QVBoxLayout>
  21. #include <QtGui/QWidget>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_MainWindow
  24. {
  25. public:
  26. QAction *actionAbout;
  27. QWidget *centralWidget;
  28. QHBoxLayout *horizontalLayout;
  29. QVBoxLayout *verticalLayout;
  30. QToolBar *toolBar;
  31. QStatusBar *statusBar;
  32. void setupUi(QMainWindow *MainWindow)
  33. {
  34. if (MainWindow->objectName().isEmpty())
  35. MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
  36. MainWindow->resize(1024, 720);
  37. MainWindow->setMinimumSize(QSize(1024, 720));
  38. MainWindow->setMaximumSize(QSize(1024, 720));
  39. MainWindow->setContextMenuPolicy(Qt::NoContextMenu);
  40. MainWindow->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
  41. actionAbout = new QAction(MainWindow);
  42. actionAbout->setObjectName(QString::fromUtf8("actionAbout"));
  43. centralWidget = new QWidget(MainWindow);
  44. centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
  45. horizontalLayout = new QHBoxLayout(centralWidget);
  46. horizontalLayout->setSpacing(0);
  47. horizontalLayout->setContentsMargins(0, 0, 0, 0);
  48. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  49. verticalLayout = new QVBoxLayout();
  50. verticalLayout->setSpacing(0);
  51. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  52. horizontalLayout->addLayout(verticalLayout);
  53. MainWindow->setCentralWidget(centralWidget);
  54. toolBar = new QToolBar(MainWindow);
  55. toolBar->setObjectName(QString::fromUtf8("toolBar"));
  56. toolBar->setMovable(false);
  57. toolBar->setAllowedAreas(Qt::TopToolBarArea);
  58. toolBar->setIconSize(QSize(64, 36));
  59. toolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
  60. toolBar->setFloatable(false);
  61. MainWindow->addToolBar(Qt::TopToolBarArea, toolBar);
  62. statusBar = new QStatusBar(MainWindow);
  63. statusBar->setObjectName(QString::fromUtf8("statusBar"));
  64. statusBar->setLayoutDirection(Qt::RightToLeft);
  65. MainWindow->setStatusBar(statusBar);
  66. retranslateUi(MainWindow);
  67. QMetaObject::connectSlotsByName(MainWindow);
  68. } // setupUi
  69. void retranslateUi(QMainWindow *MainWindow)
  70. {
  71. MainWindow->setWindowTitle(QApplication::translate("MainWindow", "\346\236\201\351\200\237\345\217\267\347\240\201\351\255\224\346\226\2712012", 0, QApplication::UnicodeUTF8));
  72. actionAbout->setText(QApplication::translate("MainWindow", "\345\205\263\344\272\216", 0, QApplication::UnicodeUTF8));
  73. toolBar->setWindowTitle(QApplication::translate("MainWindow", "toolBar", 0, QApplication::UnicodeUTF8));
  74. } // retranslateUi
  75. };
  76. namespace Ui {
  77. class MainWindow: public Ui_MainWindow {};
  78. } // namespace Ui
  79. QT_END_NAMESPACE
  80. #endif // UI_MAINWINDOW_H