AusweisApp2
ui_DeveloperSettingsWidget.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'DeveloperSettingsWidget.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 
9 #ifndef UI_DEVELOPERSETTINGSWIDGET_H
10 #define UI_DEVELOPERSETTINGSWIDGET_H
11 
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>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *verticalLayout;
27  QWidget *widget;
28  QFormLayout *formLayout;
29  QLabel *selfAuthTestLabel;
30  QCheckBox *selfAuthTestCheckBox;
31  QLabel *devmodeLabel;
32  QCheckBox *chkbDeveloperMode;
34  QSpacerItem *verticalSpacer;
35 
36  void setupUi(QWidget *DeveloperSettingsWidget)
37  {
38  if (DeveloperSettingsWidget->objectName().isEmpty())
39  DeveloperSettingsWidget->setObjectName(QString::fromUtf8("DeveloperSettingsWidget"));
40  DeveloperSettingsWidget->resize(483, 222);
41  verticalLayout = new QVBoxLayout(DeveloperSettingsWidget);
42  verticalLayout->setSpacing(20);
43  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
44  widget = new QWidget(DeveloperSettingsWidget);
45  widget->setObjectName(QString::fromUtf8("widget"));
46  formLayout = new QFormLayout(widget);
47  formLayout->setObjectName(QString::fromUtf8("formLayout"));
48  formLayout->setContentsMargins(0, 0, 0, 0);
49  selfAuthTestLabel = new QLabel(widget);
50  selfAuthTestLabel->setObjectName(QString::fromUtf8("selfAuthTestLabel"));
51  selfAuthTestLabel->setEnabled(true);
52  selfAuthTestLabel->setFocusPolicy(Qt::TabFocus);
53 
54  formLayout->setWidget(0, QFormLayout::LabelRole, selfAuthTestLabel);
55 
56  selfAuthTestCheckBox = new QCheckBox(widget);
57  selfAuthTestCheckBox->setObjectName(QString::fromUtf8("selfAuthTestCheckBox"));
58  selfAuthTestCheckBox->setEnabled(true);
59 
60  formLayout->setWidget(0, QFormLayout::FieldRole, selfAuthTestCheckBox);
61 
62  devmodeLabel = new QLabel(widget);
63  devmodeLabel->setObjectName(QString::fromUtf8("devmodeLabel"));
64  devmodeLabel->setEnabled(true);
65  devmodeLabel->setFocusPolicy(Qt::TabFocus);
66 
67  formLayout->setWidget(1, QFormLayout::LabelRole, devmodeLabel);
68 
69  chkbDeveloperMode = new QCheckBox(widget);
70  chkbDeveloperMode->setObjectName(QString::fromUtf8("chkbDeveloperMode"));
71  chkbDeveloperMode->setEnabled(true);
72 
73  formLayout->setWidget(1, QFormLayout::FieldRole, chkbDeveloperMode);
74 
75 
76  verticalLayout->addWidget(widget);
77 
78  lblDeveloperModeWarning = new QLabel(DeveloperSettingsWidget);
79  lblDeveloperModeWarning->setObjectName(QString::fromUtf8("lblDeveloperModeWarning"));
80  lblDeveloperModeWarning->setText(QString::fromUtf8("$developerWarning"));
81  lblDeveloperModeWarning->setWordWrap(true);
82  lblDeveloperModeWarning->setFocusPolicy(Qt::TabFocus);
83 
85 
86  verticalSpacer = new QSpacerItem(20, 2, QSizePolicy::Minimum, QSizePolicy::Expanding);
87 
89 
90 
91  retranslateUi(DeveloperSettingsWidget);
92 
93  QMetaObject::connectSlotsByName(DeveloperSettingsWidget);
94  } // setupUi
95 
96  void retranslateUi(QWidget *DeveloperSettingsWidget)
97  {
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;
103  } // retranslateUi
104 
105 };
106 
107 namespace Ui {
109 } // namespace Ui
110 
111 QT_END_NAMESPACE
112 
113 #endif // UI_DEVELOPERSETTINGSWIDGET_H
Ui_DeveloperSettingsWidget::devmodeLabel
QLabel * devmodeLabel
Definition: ui_DeveloperSettingsWidget.h:37
Ui_DeveloperSettingsWidget::setupUi
void setupUi(QWidget *DeveloperSettingsWidget)
Definition: ui_DeveloperSettingsWidget.h:42
Ui::DeveloperSettingsWidget
Definition: ui_DeveloperSettingsWidget.h:108
Ui_DeveloperSettingsWidget::verticalLayout
QVBoxLayout * verticalLayout
Definition: ui_DeveloperSettingsWidget.h:32
Ui_DeveloperSettingsWidget::selfAuthTestLabel
QLabel * selfAuthTestLabel
Definition: ui_DeveloperSettingsWidget.h:35
Ui_DeveloperSettingsWidget::lblDeveloperModeWarning
QLabel * lblDeveloperModeWarning
Definition: ui_DeveloperSettingsWidget.h:39
Ui_DeveloperSettingsWidget
Definition: ui_DeveloperSettingsWidget.h:24
Ui_DeveloperSettingsWidget::selfAuthTestCheckBox
QCheckBox * selfAuthTestCheckBox
Definition: ui_DeveloperSettingsWidget.h:36
Ui
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
Ui_DeveloperSettingsWidget::formLayout
QFormLayout * formLayout
Definition: ui_DeveloperSettingsWidget.h:34
Ui_DeveloperSettingsWidget::retranslateUi
void retranslateUi(QWidget *DeveloperSettingsWidget)
Definition: ui_DeveloperSettingsWidget.h:102
Ui_DeveloperSettingsWidget::verticalSpacer
QSpacerItem * verticalSpacer
Definition: ui_DeveloperSettingsWidget.h:40
Ui_DeveloperSettingsWidget::widget
QWidget * widget
Definition: ui_DeveloperSettingsWidget.h:33
Ui_DeveloperSettingsWidget::chkbDeveloperMode
QCheckBox * chkbDeveloperMode
Definition: ui_DeveloperSettingsWidget.h:38