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(QApplication::translate(
"DeveloperSettingsWidget",
"Testmode for the self-authentication:",
nullptr));
99 selfAuthTestCheckBox->setText(QApplication::translate(
"DeveloperSettingsWidget",
"use",
nullptr));
100 devmodeLabel->setText(QApplication::translate(
"DeveloperSettingsWidget",
"Developer mode:",
nullptr));
101 chkbDeveloperMode->setText(QApplication::translate(
"DeveloperSettingsWidget",
"use",
nullptr));
102 Q_UNUSED(DeveloperSettingsWidget);
113 #endif // UI_DEVELOPERSETTINGSWIDGET_H
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192