AusweisApp2
ui_SelfInformationWidget.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'SelfInformationWidget.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_SELFINFORMATIONWIDGET_H
10 #define UI_SELFINFORMATIONWIDGET_H
11 
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>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QGroupBox *descriptionGroupBox;
30  QVBoxLayout *verticalLayout_3;
31  QGridLayout *gridLayout;
34  QGroupBox *actionGroupBox;
35  QVBoxLayout *verticalLayout_5;
36  QGridLayout *gridLayout_2;
37  QLabel *titleLabel;
39  QWidget *widget;
40  QHBoxLayout *horizontalLayout_2;
41  QHBoxLayout *horizontalLayout;
42  QSpacerItem *horizontalSpacer;
44  QSpacerItem *verticalSpacer;
45 
46  void setupUi(QWidget *SelfInformationWidget)
47  {
48  if (SelfInformationWidget->objectName().isEmpty())
49  SelfInformationWidget->setObjectName(QString::fromUtf8("SelfInformationWidget"));
50  SelfInformationWidget->resize(607, 375);
51  verticalLayout = new QVBoxLayout(SelfInformationWidget);
52  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
53  verticalLayout->setContentsMargins(20, 20, 20, 20);
54  descriptionGroupBox = new QGroupBox(SelfInformationWidget);
55  descriptionGroupBox->setObjectName(QString::fromUtf8("descriptionGroupBox"));
56  verticalLayout_3 = new QVBoxLayout(descriptionGroupBox);
57  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
58  verticalLayout_3->setContentsMargins(20, 10, 20, 10);
59  gridLayout = new QGridLayout();
60  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
62  descriptionLogoLabel->setObjectName(QString::fromUtf8("descriptionLogoLabel"));
63  descriptionLogoLabel->setFocusPolicy(Qt::TabFocus);
64  descriptionLogoLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
65 
66  gridLayout->addWidget(descriptionLogoLabel, 0, 0, 1, 1);
67 
69  descriptionLogoInfo->setObjectName(QString::fromUtf8("descriptionLogoInfo"));
70  descriptionLogoInfo->setFocusPolicy(Qt::TabFocus);
71  descriptionLogoInfo->setWordWrap(true);
72 
73  gridLayout->addWidget(descriptionLogoInfo, 0, 1, 1, 1);
74 
75  gridLayout->setColumnStretch(1, 1);
76 
77  verticalLayout_3->addLayout(gridLayout);
78 
79 
81 
82  actionGroupBox = new QGroupBox(SelfInformationWidget);
83  actionGroupBox->setObjectName(QString::fromUtf8("actionGroupBox"));
84  verticalLayout_5 = new QVBoxLayout(actionGroupBox);
85  verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
86  verticalLayout_5->setContentsMargins(20, 20, 20, 20);
87  gridLayout_2 = new QGridLayout();
88  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
89  titleLabel = new QLabel(actionGroupBox);
90  titleLabel->setObjectName(QString::fromUtf8("titleLabel"));
91  titleLabel->setFocusPolicy(Qt::TabFocus);
92  titleLabel->setWordWrap(true);
93 
94  gridLayout_2->addWidget(titleLabel, 0, 0, 1, 1);
95 
96 
97  verticalLayout_5->addLayout(gridLayout_2);
98 
99  descriptionLabel = new QLabel(actionGroupBox);
100  descriptionLabel->setObjectName(QString::fromUtf8("descriptionLabel"));
101  descriptionLabel->setFocusPolicy(Qt::TabFocus);
102  descriptionLabel->setWordWrap(true);
103  descriptionLabel->setOpenExternalLinks(true);
104 
106 
107  widget = new QWidget(actionGroupBox);
108  widget->setObjectName(QString::fromUtf8("widget"));
109  horizontalLayout_2 = new QHBoxLayout(widget);
110  horizontalLayout_2->setSpacing(0);
111  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
112  horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
113  horizontalLayout = new QHBoxLayout();
114  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
115  horizontalLayout->setContentsMargins(-1, 20, -1, -1);
116  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
117 
119 
120  selfAuthenticationButton = new QPushButton(widget);
121  selfAuthenticationButton->setObjectName(QString::fromUtf8("selfAuthenticationButton"));
122  QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
123  sizePolicy.setHorizontalStretch(0);
124  sizePolicy.setVerticalStretch(0);
125  sizePolicy.setHeightForWidth(selfAuthenticationButton->sizePolicy().hasHeightForWidth());
126  selfAuthenticationButton->setSizePolicy(sizePolicy);
127 
129 
130 
132 
133 
134  verticalLayout_5->addWidget(widget);
135 
136 
137  verticalLayout->addWidget(actionGroupBox);
138 
139  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
140 
141  verticalLayout->addItem(verticalSpacer);
142 
143 
144  retranslateUi(SelfInformationWidget);
145 
146  QMetaObject::connectSlotsByName(SelfInformationWidget);
147  } // setupUi
148 
149  void retranslateUi(QWidget *SelfInformationWidget)
150  {
151 #ifndef QT_NO_ACCESSIBILITY
152  descriptionLogoLabel->setAccessibleName(QApplication::translate("SelfInformationWidget", "eID Logo", nullptr));
153 #endif // QT_NO_ACCESSIBILITY
154  descriptionLogoInfo->setText(QApplication::translate("SelfInformationWidget", "You can use your ID card anywhere you see this logo.", nullptr));
155  titleLabel->setText(QApplication::translate("SelfInformationWidget", "See my personal data", nullptr));
156  selfAuthenticationButton->setText(QApplication::translate("SelfInformationWidget", "See my personal data now...", nullptr));
157  Q_UNUSED(SelfInformationWidget);
158  } // retranslateUi
159 
160 };
161 
162 namespace Ui {
164 } // namespace Ui
165 
166 QT_END_NAMESPACE
167 
168 #endif // UI_SELFINFORMATIONWIDGET_H
QLabel * titleLabel
Definition: ui_SelfInformationWidget.h:37
QGroupBox * descriptionGroupBox
Definition: ui_SelfInformationWidget.h:29
QHBoxLayout * horizontalLayout
Definition: ui_SelfInformationWidget.h:41
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
QVBoxLayout * verticalLayout_3
Definition: ui_SelfInformationWidget.h:30
QSpacerItem * verticalSpacer
Definition: ui_SelfInformationWidget.h:44
Definition: ui_SelfInformationWidget.h:25
void retranslateUi(QWidget *SelfInformationWidget)
Definition: ui_SelfInformationWidget.h:149
QSpacerItem * horizontalSpacer
Definition: ui_SelfInformationWidget.h:42
QLabel * descriptionLogoInfo
Definition: ui_SelfInformationWidget.h:33
QGridLayout * gridLayout
Definition: ui_SelfInformationWidget.h:31
QPushButton * selfAuthenticationButton
Definition: ui_SelfInformationWidget.h:43
QVBoxLayout * verticalLayout
Definition: ui_SelfInformationWidget.h:28
QGroupBox * actionGroupBox
Definition: ui_SelfInformationWidget.h:34
QLabel * descriptionLabel
Definition: ui_SelfInformationWidget.h:38
QGridLayout * gridLayout_2
Definition: ui_SelfInformationWidget.h:36
QVBoxLayout * verticalLayout_5
Definition: ui_SelfInformationWidget.h:35
void setupUi(QWidget *SelfInformationWidget)
Definition: ui_SelfInformationWidget.h:46
QWidget * widget
Definition: ui_SelfInformationWidget.h:39
Definition: ui_SelfInformationWidget.h:163
QLabel * descriptionLogoLabel
Definition: ui_SelfInformationWidget.h:32
QHBoxLayout * horizontalLayout_2
Definition: ui_SelfInformationWidget.h:40