You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

53 line
1.5 KiB

  1. /********************************************************************************
  2. ** Form generated from reading UI file 'SettingsPage.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.14.2
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_SETTINGSPAGE_H
  9. #define UI_SETTINGSPAGE_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QGroupBox>
  13. #include <QtWidgets/QWidget>
  14. QT_BEGIN_NAMESPACE
  15. class Ui_CSettingsPage
  16. {
  17. public:
  18. QGroupBox *groupBox;
  19. void setupUi(QWidget *CSettingsPage)
  20. {
  21. if (CSettingsPage->objectName().isEmpty())
  22. CSettingsPage->setObjectName(QString::fromUtf8("CSettingsPage"));
  23. CSettingsPage->resize(667, 650);
  24. groupBox = new QGroupBox(CSettingsPage);
  25. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  26. groupBox->setGeometry(QRect(40, 20, 431, 471));
  27. retranslateUi(CSettingsPage);
  28. QMetaObject::connectSlotsByName(CSettingsPage);
  29. } // setupUi
  30. void retranslateUi(QWidget *CSettingsPage)
  31. {
  32. CSettingsPage->setWindowTitle(QCoreApplication::translate("CSettingsPage", "Form", nullptr));
  33. groupBox->setTitle(QCoreApplication::translate("CSettingsPage", "R\303\251pertoires sources", nullptr));
  34. } // retranslateUi
  35. };
  36. namespace Ui {
  37. class CSettingsPage: public Ui_CSettingsPage {};
  38. } // namespace Ui
  39. QT_END_NAMESPACE
  40. #endif // UI_SETTINGSPAGE_H