AusweisApp2
ui_AppStartPage.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'AppStartPage.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_APPSTARTPAGE_H
10 #define UI_APPSTARTPAGE_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QLabel>
15 #include <QtWidgets/QSpacerItem>
16 #include <QtWidgets/QVBoxLayout>
17 #include <QtWidgets/QWidget>
18 
19 QT_BEGIN_NAMESPACE
20 
22 {
23 public:
24  QVBoxLayout *verticalLayout;
25  QSpacerItem *verticalSpacer_3;
27  QSpacerItem *verticalSpacer;
28  QLabel *nPAeATLabel;
29  QSpacerItem *verticalSpacer_2;
30 
31  void setupUi(QWidget *AppStartPage)
32  {
33  if (AppStartPage->objectName().isEmpty())
34  AppStartPage->setObjectName(QString::fromUtf8("AppStartPage"));
35  AppStartPage->resize(390, 120);
36  verticalLayout = new QVBoxLayout(AppStartPage);
37  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
38  verticalLayout->setContentsMargins(0, 0, 0, 0);
39  verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
40 
42 
43  applicationLogoLabel = new QLabel(AppStartPage);
44  applicationLogoLabel->setObjectName(QString::fromUtf8("applicationLogoLabel"));
45  applicationLogoLabel->setAlignment(Qt::AlignCenter);
46 
48 
49  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
50 
52 
53  nPAeATLabel = new QLabel(AppStartPage);
54  nPAeATLabel->setObjectName(QString::fromUtf8("nPAeATLabel"));
55  nPAeATLabel->setAlignment(Qt::AlignCenter);
56 
57  verticalLayout->addWidget(nPAeATLabel);
58 
59  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
60 
62 
63 
64  retranslateUi(AppStartPage);
65 
66  QMetaObject::connectSlotsByName(AppStartPage);
67  } // setupUi
68 
69  void retranslateUi(QWidget *AppStartPage)
70  {
71  nPAeATLabel->setText(QString());
72  Q_UNUSED(AppStartPage);
73  } // retranslateUi
74 
75 };
76 
77 namespace Ui {
78  class AppStartPage: public Ui_AppStartPage {};
79 } // namespace Ui
80 
81 QT_END_NAMESPACE
82 
83 #endif // UI_APPSTARTPAGE_H
QVBoxLayout * verticalLayout
Definition: ui_AppStartPage.h:24
QSpacerItem * verticalSpacer_2
Definition: ui_AppStartPage.h:29
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
QLabel * applicationLogoLabel
Definition: ui_AppStartPage.h:26
Definition: ui_AppStartPage.h:21
void setupUi(QWidget *AppStartPage)
Definition: ui_AppStartPage.h:31
QSpacerItem * verticalSpacer
Definition: ui_AppStartPage.h:27
Definition: ui_AppStartPage.h:78
QSpacerItem * verticalSpacer_3
Definition: ui_AppStartPage.h:25
QLabel * nPAeATLabel
Definition: ui_AppStartPage.h:28
void retranslateUi(QWidget *AppStartPage)
Definition: ui_AppStartPage.h:69