9 #ifndef UI_SELFINFORMATIONWIDGET_H
10 #define UI_SELFINFORMATIONWIDGET_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QGridLayout>
15 #include <QtWidgets/QGroupBox>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
46 void setupUi(QWidget *SelfInformationWidget)
48 if (SelfInformationWidget->objectName().isEmpty())
49 SelfInformationWidget->setObjectName(QString::fromUtf8(
"SelfInformationWidget"));
50 SelfInformationWidget->resize(607, 375);
60 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
83 actionGroupBox->setObjectName(QString::fromUtf8(
"actionGroupBox"));
88 gridLayout_2->setObjectName(QString::fromUtf8(
"gridLayout_2"));
90 titleLabel->setObjectName(QString::fromUtf8(
"titleLabel"));
108 widget->setObjectName(QString::fromUtf8(
"widget"));
116 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
122 QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
123 sizePolicy.setHorizontalStretch(0);
124 sizePolicy.setVerticalStretch(0);
139 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
146 QMetaObject::connectSlotsByName(SelfInformationWidget);
151 #if QT_CONFIG(accessibility)
152 descriptionLogoLabel->setAccessibleName(QCoreApplication::translate(
"SelfInformationWidget",
"eID Logo",
nullptr));
153 #endif // QT_CONFIG(accessibility)
154 descriptionLogoInfo->setText(QCoreApplication::translate(
"SelfInformationWidget",
"You can use your ID card anywhere you see this logo.",
nullptr));
155 titleLabel->setText(QCoreApplication::translate(
"SelfInformationWidget",
"See my personal data",
nullptr));
156 selfAuthenticationButton->setText(QCoreApplication::translate(
"SelfInformationWidget",
"See my personal data now...",
nullptr));
157 (void)SelfInformationWidget;
168 #endif // UI_SELFINFORMATIONWIDGET_H