AusweisApp2
ui_RemotePinInputDialog.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'RemotePinInputDialog.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_REMOTEPININPUTDIALOG_H
10 #define UI_REMOTEPININPUTDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QVBoxLayout>
20 #include "generic/PasswordEdit.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QHBoxLayout *horizontalLayout;
29  QLabel *label;
30  QHBoxLayout *horizontalLayout2;
31  QSpacerItem *horizontalSpacer;
33  QSpacerItem *horizontalSpacer_2;
34  QHBoxLayout *horizontalLayout_2;
35  QSpacerItem *horizontalSpacer_3;
36  QDialogButtonBox *buttonBox;
37  QSpacerItem *horizontalSpacer_4;
38 
39  void setupUi(QDialog *RemotePinInputDialog)
40  {
41  if (RemotePinInputDialog->objectName().isEmpty())
42  RemotePinInputDialog->setObjectName(QString::fromUtf8("RemotePinInputDialog"));
43  RemotePinInputDialog->setWindowModality(Qt::WindowModal);
44  RemotePinInputDialog->resize(378, 180);
45  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
46  sizePolicy.setHorizontalStretch(0);
47  sizePolicy.setVerticalStretch(0);
48  sizePolicy.setHeightForWidth(RemotePinInputDialog->sizePolicy().hasHeightForWidth());
49  RemotePinInputDialog->setSizePolicy(sizePolicy);
50  verticalLayout = new QVBoxLayout(RemotePinInputDialog);
51  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
52  verticalLayout->setContentsMargins(9, 12, 9, -1);
53  horizontalLayout = new QHBoxLayout();
54  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
55  label = new QLabel(RemotePinInputDialog);
56  label->setObjectName(QString::fromUtf8("label"));
57  QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Expanding);
58  sizePolicy1.setHorizontalStretch(0);
59  sizePolicy1.setVerticalStretch(0);
60  sizePolicy1.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
61  label->setSizePolicy(sizePolicy1);
62  label->setMinimumSize(QSize(200, 70));
63  label->setAlignment(Qt::AlignCenter);
64  label->setWordWrap(true);
65 
66  horizontalLayout->addWidget(label);
67 
68 
69  verticalLayout->addLayout(horizontalLayout);
70 
71  horizontalLayout2 = new QHBoxLayout();
72  horizontalLayout2->setObjectName(QString::fromUtf8("horizontalLayout2"));
73  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
74 
76 
77  pinEntryLine = new governikus::PasswordEdit(RemotePinInputDialog);
78  pinEntryLine->setObjectName(QString::fromUtf8("pinEntryLine"));
79  pinEntryLine->setMinimumSize(QSize(130, 20));
80 
81  horizontalLayout2->addWidget(pinEntryLine);
82 
83  horizontalSpacer_2 = new QSpacerItem(40, 10, QSizePolicy::Expanding, QSizePolicy::Minimum);
84 
86 
87 
89 
90  horizontalLayout_2 = new QHBoxLayout();
91  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
92  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
93 
95 
96  buttonBox = new QDialogButtonBox(RemotePinInputDialog);
97  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
98  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
99 
100  horizontalLayout_2->addWidget(buttonBox);
101 
102  horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
103 
105 
106 
108 
109 
110  retranslateUi(RemotePinInputDialog);
111 
112  QMetaObject::connectSlotsByName(RemotePinInputDialog);
113  } // setupUi
114 
115  void retranslateUi(QDialog *RemotePinInputDialog)
116  {
117  RemotePinInputDialog->setWindowTitle(QCoreApplication::translate("RemotePinInputDialog", "Pairing code entry", nullptr));
118  label->setText(QCoreApplication::translate("RemotePinInputDialog", "Enter the four-digit pairing code shown on your other device.", nullptr));
119  } // retranslateUi
120 
121 };
122 
123 namespace Ui {
125 } // namespace Ui
126 
127 QT_END_NAMESPACE
128 
129 #endif // UI_REMOTEPININPUTDIALOG_H
Ui_RemotePinInputDialog::horizontalLayout
QHBoxLayout * horizontalLayout
Definition: ui_RemotePinInputDialog.h:34
Ui_RemotePinInputDialog::setupUi
void setupUi(QDialog *RemotePinInputDialog)
Definition: ui_RemotePinInputDialog.h:45
Ui_RemotePinInputDialog::horizontalLayout2
QHBoxLayout * horizontalLayout2
Definition: ui_RemotePinInputDialog.h:36
Ui_RemotePinInputDialog::verticalLayout
QVBoxLayout * verticalLayout
Definition: ui_RemotePinInputDialog.h:33
PasswordEdit.h
governikus::PasswordEdit
Definition: PasswordEdit.h:23
Ui_RemotePinInputDialog::label
QLabel * label
Definition: ui_RemotePinInputDialog.h:35
Ui_RemotePinInputDialog
Definition: ui_RemotePinInputDialog.h:25
Ui
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
Ui_RemotePinInputDialog::horizontalSpacer_4
QSpacerItem * horizontalSpacer_4
Definition: ui_RemotePinInputDialog.h:43
Ui_RemotePinInputDialog::buttonBox
QDialogButtonBox * buttonBox
Definition: ui_RemotePinInputDialog.h:42
Ui_RemotePinInputDialog::horizontalSpacer_3
QSpacerItem * horizontalSpacer_3
Definition: ui_RemotePinInputDialog.h:41
Ui_RemotePinInputDialog::horizontalLayout_2
QHBoxLayout * horizontalLayout_2
Definition: ui_RemotePinInputDialog.h:40
Ui_RemotePinInputDialog::horizontalSpacer
QSpacerItem * horizontalSpacer
Definition: ui_RemotePinInputDialog.h:37
Ui::RemotePinInputDialog
Definition: ui_RemotePinInputDialog.h:124
Ui_RemotePinInputDialog::retranslateUi
void retranslateUi(QDialog *RemotePinInputDialog)
Definition: ui_RemotePinInputDialog.h:121
Ui_RemotePinInputDialog::horizontalSpacer_2
QSpacerItem * horizontalSpacer_2
Definition: ui_RemotePinInputDialog.h:39
Ui_RemotePinInputDialog::pinEntryLine
governikus::PasswordEdit * pinEntryLine
Definition: ui_RemotePinInputDialog.h:38