AusweisApp2
ui_CredentialDialog.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'CredentialDialog.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_CREDENTIALDIALOG_H
10 #define UI_CREDENTIALDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QFormLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QVBoxLayout>
20 #include <QtWidgets/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QLabel *label_3;
29  QWidget *widget;
30  QFormLayout *formLayout_2;
31  QLabel *label_2;
32  QLineEdit *password;
33  QLabel *label;
34  QLineEdit *user;
35  QDialogButtonBox *buttonBox;
36 
37  void setupUi(QDialog *CredentialDialog)
38  {
39  if (CredentialDialog->objectName().isEmpty())
40  CredentialDialog->setObjectName(QString::fromUtf8("CredentialDialog"));
41  CredentialDialog->setWindowModality(Qt::ApplicationModal);
42  CredentialDialog->resize(282, 130);
43  CredentialDialog->setModal(true);
44  verticalLayout = new QVBoxLayout(CredentialDialog);
45  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
46  label_3 = new QLabel(CredentialDialog);
47  label_3->setObjectName(QString::fromUtf8("label_3"));
48  label_3->setFocusPolicy(Qt::TabFocus);
49 
50  verticalLayout->addWidget(label_3);
51 
52  widget = new QWidget(CredentialDialog);
53  widget->setObjectName(QString::fromUtf8("widget"));
54  formLayout_2 = new QFormLayout(widget);
55  formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
56  formLayout_2->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
57  label_2 = new QLabel(widget);
58  label_2->setObjectName(QString::fromUtf8("label_2"));
59  label_2->setFocusPolicy(Qt::TabFocus);
60 
61  formLayout_2->setWidget(1, QFormLayout::LabelRole, label_2);
62 
63  password = new QLineEdit(widget);
64  password->setObjectName(QString::fromUtf8("password"));
65  password->setEchoMode(QLineEdit::Password);
66 
67  formLayout_2->setWidget(1, QFormLayout::FieldRole, password);
68 
69  label = new QLabel(widget);
70  label->setObjectName(QString::fromUtf8("label"));
71  label->setFocusPolicy(Qt::TabFocus);
72 
73  formLayout_2->setWidget(0, QFormLayout::LabelRole, label);
74 
75  user = new QLineEdit(widget);
76  user->setObjectName(QString::fromUtf8("user"));
77 
78  formLayout_2->setWidget(0, QFormLayout::FieldRole, user);
79 
80 
81  verticalLayout->addWidget(widget);
82 
83  buttonBox = new QDialogButtonBox(CredentialDialog);
84  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
85  buttonBox->setLayoutDirection(Qt::LeftToRight);
86  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
87  buttonBox->setCenterButtons(true);
88 
89  verticalLayout->addWidget(buttonBox);
90 
91  QWidget::setTabOrder(user, password);
92 
93  retranslateUi(CredentialDialog);
94 
95  QMetaObject::connectSlotsByName(CredentialDialog);
96  } // setupUi
97 
98  void retranslateUi(QDialog *CredentialDialog)
99  {
100  CredentialDialog->setWindowTitle(QCoreApplication::translate("CredentialDialog", "Proxy security", nullptr));
101 #if QT_CONFIG(accessibility)
102  label_3->setAccessibleName(QString());
103 #endif // QT_CONFIG(accessibility)
104  label_3->setText(QCoreApplication::translate("CredentialDialog", "Proxy requires credentials:", nullptr));
105 #if QT_CONFIG(accessibility)
106  label_2->setAccessibleName(QCoreApplication::translate("CredentialDialog", "Proxy credential password", nullptr));
107 #endif // QT_CONFIG(accessibility)
108  label_2->setText(QCoreApplication::translate("CredentialDialog", "Password:", nullptr));
109 #if QT_CONFIG(accessibility)
110  label->setAccessibleName(QCoreApplication::translate("CredentialDialog", "Proxy credential username", nullptr));
111 #endif // QT_CONFIG(accessibility)
112  label->setText(QCoreApplication::translate("CredentialDialog", "Username:", nullptr));
113 #if QT_CONFIG(accessibility)
114  buttonBox->setAccessibleName(QString());
115 #endif // QT_CONFIG(accessibility)
116  } // retranslateUi
117 
118 };
119 
120 namespace Ui {
122 } // namespace Ui
123 
124 QT_END_NAMESPACE
125 
126 #endif // UI_CREDENTIALDIALOG_H
Ui_CredentialDialog::buttonBox
QDialogButtonBox * buttonBox
Definition: ui_CredentialDialog.h:41
Ui::CredentialDialog
Definition: ui_CredentialDialog.h:121
Ui_CredentialDialog::formLayout_2
QFormLayout * formLayout_2
Definition: ui_CredentialDialog.h:36
Ui_CredentialDialog
Definition: ui_CredentialDialog.h:25
Ui_CredentialDialog::label_3
QLabel * label_3
Definition: ui_CredentialDialog.h:34
Ui_CredentialDialog::widget
QWidget * widget
Definition: ui_CredentialDialog.h:35
Ui_CredentialDialog::verticalLayout
QVBoxLayout * verticalLayout
Definition: ui_CredentialDialog.h:33
Ui
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
Ui_CredentialDialog::user
QLineEdit * user
Definition: ui_CredentialDialog.h:40
Ui_CredentialDialog::retranslateUi
void retranslateUi(QDialog *CredentialDialog)
Definition: ui_CredentialDialog.h:104
Ui_CredentialDialog::password
QLineEdit * password
Definition: ui_CredentialDialog.h:38
Ui_CredentialDialog::label_2
QLabel * label_2
Definition: ui_CredentialDialog.h:37
Ui_CredentialDialog::setupUi
void setupUi(QDialog *CredentialDialog)
Definition: ui_CredentialDialog.h:43
Ui_CredentialDialog::label
QLabel * label
Definition: ui_CredentialDialog.h:39