AusweisApp2
ui_SelfInfoWidget.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'SelfInfoWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.12.5
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_SELFINFOWIDGET_H
10 #define UI_SELFINFOWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QFormLayout>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QVBoxLayout>
20 #include <QtWidgets/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QHBoxLayout *horizontalLayout_2;
29  QSpacerItem *horizontalSpacer_3;
30  QFrame *wrapper;
31  QVBoxLayout *verticalLayout_2;
32  QLabel *label;
33  QFormLayout *dataLayout;
34  QSpacerItem *verticalSpacer;
35  QHBoxLayout *saveLayout;
36  QSpacerItem *verticalSpacer_2;
37  QSpacerItem *horizontalSpacer_2;
38 
39  void setupUi(QWidget *SelfInfoWidget)
40  {
41  if (SelfInfoWidget->objectName().isEmpty())
42  SelfInfoWidget->setObjectName(QString::fromUtf8("SelfInfoWidget"));
43  SelfInfoWidget->resize(515, 400);
44  verticalLayout = new QVBoxLayout(SelfInfoWidget);
45  verticalLayout->setSpacing(0);
46  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
47  verticalLayout->setContentsMargins(0, 0, 0, 0);
48  horizontalLayout_2 = new QHBoxLayout();
49  horizontalLayout_2->setSpacing(0);
50  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
51  horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
52  horizontalSpacer_3 = new QSpacerItem(0, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
53 
55 
56  wrapper = new QFrame(SelfInfoWidget);
57  wrapper->setObjectName(QString::fromUtf8("wrapper"));
58  verticalLayout_2 = new QVBoxLayout(wrapper);
59  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
60  verticalLayout_2->setContentsMargins(9, 9, 9, 9);
61  label = new QLabel(wrapper);
62  label->setObjectName(QString::fromUtf8("label"));
63  QFont font;
64  font.setBold(true);
65  font.setWeight(75);
66  label->setFont(font);
67  label->setFocusPolicy(Qt::TabFocus);
68  label->setWordWrap(true);
69 
70  verticalLayout_2->addWidget(label);
71 
72  dataLayout = new QFormLayout();
73  dataLayout->setObjectName(QString::fromUtf8("dataLayout"));
74  dataLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
75  dataLayout->setContentsMargins(-1, 3, -1, -1);
76 
77  verticalLayout_2->addLayout(dataLayout);
78 
79  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
80 
82 
83  saveLayout = new QHBoxLayout();
84  saveLayout->setObjectName(QString::fromUtf8("saveLayout"));
85 
86  verticalLayout_2->addLayout(saveLayout);
87 
88  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
89 
91 
92 
93  horizontalLayout_2->addWidget(wrapper);
94 
95  horizontalSpacer_2 = new QSpacerItem(0, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
96 
98 
99 
101 
102 
103  retranslateUi(SelfInfoWidget);
104 
105  QMetaObject::connectSlotsByName(SelfInfoWidget);
106  } // setupUi
107 
108  void retranslateUi(QWidget *SelfInfoWidget)
109  {
110  label->setText(QApplication::translate("SelfInfoWidget", "The following data has been read out from your ID card:", nullptr));
111  Q_UNUSED(SelfInfoWidget);
112  } // retranslateUi
113 
114 };
115 
116 namespace Ui {
118 } // namespace Ui
119 
120 QT_END_NAMESPACE
121 
122 #endif // UI_SELFINFOWIDGET_H
QLabel * label
Definition: ui_SelfInfoWidget.h:32
QVBoxLayout * verticalLayout
Definition: ui_SelfInfoWidget.h:27
QSpacerItem * verticalSpacer
Definition: ui_SelfInfoWidget.h:34
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
QFormLayout * dataLayout
Definition: ui_SelfInfoWidget.h:33
QHBoxLayout * saveLayout
Definition: ui_SelfInfoWidget.h:35
QSpacerItem * horizontalSpacer_2
Definition: ui_SelfInfoWidget.h:37
QHBoxLayout * horizontalLayout_2
Definition: ui_SelfInfoWidget.h:28
QSpacerItem * horizontalSpacer_3
Definition: ui_SelfInfoWidget.h:29
Definition: ui_SelfInfoWidget.h:24
QVBoxLayout * verticalLayout_2
Definition: ui_SelfInfoWidget.h:31
void setupUi(QWidget *SelfInfoWidget)
Definition: ui_SelfInfoWidget.h:39
QSpacerItem * verticalSpacer_2
Definition: ui_SelfInfoWidget.h:36
void retranslateUi(QWidget *SelfInfoWidget)
Definition: ui_SelfInfoWidget.h:108
Definition: ui_SelfInfoWidget.h:117
QFrame * wrapper
Definition: ui_SelfInfoWidget.h:30