Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

75 řádky
2.4 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'CMainPage.ui'
  3. **
  4. ** Created: Tue Jul 16 13:17:58 2024
  5. ** by: Qt User Interface Compiler version 4.8.1
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_CMAINPAGE_H
  10. #define UI_CMAINPAGE_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QCheckBox>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QTabWidget>
  18. #include <QtGui/QWidget>
  19. QT_BEGIN_NAMESPACE
  20. class Ui_CMainPage
  21. {
  22. public:
  23. QCheckBox *checkBox;
  24. QTabWidget *mMainTabWidget;
  25. QWidget *Test;
  26. QWidget *tab_2;
  27. void setupUi(QWidget *CMainPage)
  28. {
  29. if (CMainPage->objectName().isEmpty())
  30. CMainPage->setObjectName(QString::fromUtf8("CMainPage"));
  31. CMainPage->resize(2048, 1024);
  32. checkBox = new QCheckBox(CMainPage);
  33. checkBox->setObjectName(QString::fromUtf8("checkBox"));
  34. checkBox->setGeometry(QRect(270, 230, 70, 17));
  35. mMainTabWidget = new QTabWidget(CMainPage);
  36. mMainTabWidget->setObjectName(QString::fromUtf8("mMainTabWidget"));
  37. mMainTabWidget->setGeometry(QRect(0, 0, 2051, 1031));
  38. Test = new QWidget();
  39. Test->setObjectName(QString::fromUtf8("Test"));
  40. mMainTabWidget->addTab(Test, QString());
  41. tab_2 = new QWidget();
  42. tab_2->setObjectName(QString::fromUtf8("tab_2"));
  43. mMainTabWidget->addTab(tab_2, QString());
  44. retranslateUi(CMainPage);
  45. mMainTabWidget->setCurrentIndex(0);
  46. QMetaObject::connectSlotsByName(CMainPage);
  47. } // setupUi
  48. void retranslateUi(QWidget *CMainPage)
  49. {
  50. CMainPage->setWindowTitle(QApplication::translate("CMainPage", "Form", 0, QApplication::UnicodeUTF8));
  51. checkBox->setText(QApplication::translate("CMainPage", "CheckBox", 0, QApplication::UnicodeUTF8));
  52. mMainTabWidget->setTabText(mMainTabWidget->indexOf(Test), QApplication::translate("CMainPage", "Tab 1", 0, QApplication::UnicodeUTF8));
  53. mMainTabWidget->setTabText(mMainTabWidget->indexOf(tab_2), QApplication::translate("CMainPage", "Tab 2", 0, QApplication::UnicodeUTF8));
  54. } // retranslateUi
  55. };
  56. namespace Ui {
  57. class CMainPage: public Ui_CMainPage {};
  58. } // namespace Ui
  59. QT_END_NAMESPACE
  60. #endif // UI_CMAINPAGE_H