|
- /********************************************************************************
- ** Form generated from reading UI file 'SettingsPage.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.14.2
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
-
- #ifndef UI_SETTINGSPAGE_H
- #define UI_SETTINGSPAGE_H
-
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QGroupBox>
- #include <QtWidgets/QWidget>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_CSettingsPage
- {
- public:
- QGroupBox *groupBox;
-
- void setupUi(QWidget *CSettingsPage)
- {
- if (CSettingsPage->objectName().isEmpty())
- CSettingsPage->setObjectName(QString::fromUtf8("CSettingsPage"));
- CSettingsPage->resize(667, 650);
- groupBox = new QGroupBox(CSettingsPage);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- groupBox->setGeometry(QRect(40, 20, 431, 471));
-
- retranslateUi(CSettingsPage);
-
- QMetaObject::connectSlotsByName(CSettingsPage);
- } // setupUi
-
- void retranslateUi(QWidget *CSettingsPage)
- {
- CSettingsPage->setWindowTitle(QCoreApplication::translate("CSettingsPage", "Form", nullptr));
- groupBox->setTitle(QCoreApplication::translate("CSettingsPage", "R\303\251pertoires sources", nullptr));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class CSettingsPage: public Ui_CSettingsPage {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_SETTINGSPAGE_H
|