9 #ifndef UI_SELFINFOWIDGET_H 10 #define UI_SELFINFOWIDGET_H 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> 41 if (SelfInfoWidget->objectName().isEmpty())
42 SelfInfoWidget->setObjectName(QString::fromUtf8(
"SelfInfoWidget"));
43 SelfInfoWidget->resize(515, 400);
46 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
52 horizontalSpacer_3 =
new QSpacerItem(0, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
56 wrapper =
new QFrame(SelfInfoWidget);
57 wrapper->setObjectName(QString::fromUtf8(
"wrapper"));
62 label->setObjectName(QString::fromUtf8(
"label"));
67 label->setFocusPolicy(Qt::TabFocus);
68 label->setWordWrap(
true);
73 dataLayout->setObjectName(QString::fromUtf8(
"dataLayout"));
74 dataLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
79 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
84 saveLayout->setObjectName(QString::fromUtf8(
"saveLayout"));
88 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
95 horizontalSpacer_2 =
new QSpacerItem(0, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
105 QMetaObject::connectSlotsByName(SelfInfoWidget);
110 label->setText(QApplication::translate(
"SelfInfoWidget",
"The following data has been read out from your ID card:",
nullptr));
111 Q_UNUSED(SelfInfoWidget);
122 #endif // UI_SELFINFOWIDGET_H
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192