9 #ifndef UI_DEVELOPERSETTINGSWIDGET_H
10 #define UI_DEVELOPERSETTINGSWIDGET_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QFormLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QSpacerItem>
18 #include <QtWidgets/QVBoxLayout>
19 #include <QtWidgets/QWidget>
36 void setupUi(QWidget *DeveloperSettingsWidget)
38 if (DeveloperSettingsWidget->objectName().isEmpty())
39 DeveloperSettingsWidget->setObjectName(QString::fromUtf8(
"DeveloperSettingsWidget"));
40 DeveloperSettingsWidget->resize(483, 222);
43 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
44 widget =
new QWidget(DeveloperSettingsWidget);
45 widget->setObjectName(QString::fromUtf8(
"widget"));
47 formLayout->setObjectName(QString::fromUtf8(
"formLayout"));
63 devmodeLabel->setObjectName(QString::fromUtf8(
"devmodeLabel"));
86 verticalSpacer =
new QSpacerItem(20, 2, QSizePolicy::Minimum, QSizePolicy::Expanding);
93 QMetaObject::connectSlotsByName(DeveloperSettingsWidget);
98 selfAuthTestLabel->setText(QCoreApplication::translate(
"DeveloperSettingsWidget",
"Testmode for the self-authentication:",
nullptr));
99 selfAuthTestCheckBox->setText(QCoreApplication::translate(
"DeveloperSettingsWidget",
"use",
nullptr));
100 devmodeLabel->setText(QCoreApplication::translate(
"DeveloperSettingsWidget",
"Developer mode:",
nullptr));
101 chkbDeveloperMode->setText(QCoreApplication::translate(
"DeveloperSettingsWidget",
"use",
nullptr));
102 (void)DeveloperSettingsWidget;
113 #endif // UI_DEVELOPERSETTINGSWIDGET_H