AusweisApp2
ui_ProviderWidget.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'ProviderWidget.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_PROVIDERWIDGET_H
10 #define UI_PROVIDERWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QHBoxLayout>
15 #include <QtWidgets/QHeaderView>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QLineEdit>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QTableWidget>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QVBoxLayout *verticalLayout_2;
30  QLabel *label;
31  QHBoxLayout *horizontalLayout;
32  QLabel *label_4;
33  QLineEdit *providerSearch;
34  QTableWidget *providerTableWidget;
35  QWidget *noResultWidget;
36  QVBoxLayout *noResultsLayout;
37  QLabel *noResultsLabel;
38  QSpacerItem *verticalSpacer;
39 
40  void setupUi(QWidget *ProviderWidget)
41  {
42  if (ProviderWidget->objectName().isEmpty())
43  ProviderWidget->setObjectName(QString::fromUtf8("ProviderWidget"));
44  ProviderWidget->resize(516, 252);
45  verticalLayout = new QVBoxLayout(ProviderWidget);
46  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
47  verticalLayout->setContentsMargins(0, 0, 0, 0);
48  verticalLayout_2 = new QVBoxLayout();
49  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
50  label = new QLabel(ProviderWidget);
51  label->setObjectName(QString::fromUtf8("label"));
52  label->setFocusPolicy(Qt::TabFocus);
53  label->setWordWrap(true);
54 
55  verticalLayout_2->addWidget(label);
56 
57  horizontalLayout = new QHBoxLayout();
58  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
59  label_4 = new QLabel(ProviderWidget);
60  label_4->setObjectName(QString::fromUtf8("label_4"));
61  label_4->setFocusPolicy(Qt::TabFocus);
62 
63  horizontalLayout->addWidget(label_4);
64 
65  providerSearch = new QLineEdit(ProviderWidget);
66  providerSearch->setObjectName(QString::fromUtf8("providerSearch"));
67 
68  horizontalLayout->addWidget(providerSearch);
69 
70 
72 
73  providerTableWidget = new QTableWidget(ProviderWidget);
74  providerTableWidget->setObjectName(QString::fromUtf8("providerTableWidget"));
75  providerTableWidget->setSizeAdjustPolicy(QAbstractScrollArea::AdjustToContents);
76  providerTableWidget->setTabKeyNavigation(false);
77  providerTableWidget->setSelectionMode(QAbstractItemView::SingleSelection);
78  providerTableWidget->setSelectionBehavior(QAbstractItemView::SelectItems);
79  providerTableWidget->setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);
80  providerTableWidget->setCornerButtonEnabled(false);
81  providerTableWidget->horizontalHeader()->setCascadingSectionResizes(false);
82  providerTableWidget->horizontalHeader()->setDefaultSectionSize(200);
83  providerTableWidget->horizontalHeader()->setHighlightSections(false);
84  providerTableWidget->horizontalHeader()->setStretchLastSection(true);
85 
87 
88  noResultWidget = new QWidget(ProviderWidget);
89  noResultWidget->setObjectName(QString::fromUtf8("noResultWidget"));
90  noResultsLayout = new QVBoxLayout(noResultWidget);
91  noResultsLayout->setObjectName(QString::fromUtf8("noResultsLayout"));
92  noResultsLayout->setContentsMargins(-1, 5, -1, -1);
93  noResultsLabel = new QLabel(noResultWidget);
94  noResultsLabel->setObjectName(QString::fromUtf8("noResultsLabel"));
95 
96  noResultsLayout->addWidget(noResultsLabel);
97 
98  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
99 
101 
102 
103  verticalLayout_2->addWidget(noResultWidget);
104 
105 
106  verticalLayout->addLayout(verticalLayout_2);
107 
108 
109  retranslateUi(ProviderWidget);
110 
111  QMetaObject::connectSlotsByName(ProviderWidget);
112  } // setupUi
113 
114  void retranslateUi(QWidget *ProviderWidget)
115  {
116 #ifndef QT_NO_ACCESSIBILITY
117  label->setAccessibleDescription(QApplication::translate("ProviderWidget", "This section lists offers of providers that support online identification. Click on an entry to go to the provider's web site. This section will be continuously updated with further applications for the online identification function.", nullptr));
118 #endif // QT_NO_ACCESSIBILITY
119  label->setText(QApplication::translate("ProviderWidget", "This section lists offers of providers that support online identification. Click on an entry to go to the provider's web site. This section will be continuously updated with further applications for the online identification function.", nullptr));
120  label_4->setText(QApplication::translate("ProviderWidget", "Search:", nullptr));
121 #ifndef QT_NO_ACCESSIBILITY
122  providerSearch->setAccessibleName(QApplication::translate("ProviderWidget", "Please enter your search", nullptr));
123 #endif // QT_NO_ACCESSIBILITY
124  providerSearch->setPlaceholderText(QApplication::translate("ProviderWidget", "Please enter your search", nullptr));
125  noResultsLabel->setText(QApplication::translate("ProviderWidget", "No matching providers were found. Please modify your search criteria.", nullptr));
126  Q_UNUSED(ProviderWidget);
127  } // retranslateUi
128 
129 };
130 
131 namespace Ui {
133 } // namespace Ui
134 
135 QT_END_NAMESPACE
136 
137 #endif // UI_PROVIDERWIDGET_H
void retranslateUi(QWidget *ProviderWidget)
Definition: ui_ProviderWidget.h:114
QLineEdit * providerSearch
Definition: ui_ProviderWidget.h:33
QVBoxLayout * noResultsLayout
Definition: ui_ProviderWidget.h:36
QLabel * noResultsLabel
Definition: ui_ProviderWidget.h:37
QTableWidget * providerTableWidget
Definition: ui_ProviderWidget.h:34
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
Definition: ui_ProviderWidget.h:25
QSpacerItem * verticalSpacer
Definition: ui_ProviderWidget.h:38
void setupUi(QWidget *ProviderWidget)
Definition: ui_ProviderWidget.h:40
Definition: ui_ProviderWidget.h:132
QVBoxLayout * verticalLayout
Definition: ui_ProviderWidget.h:28
QVBoxLayout * verticalLayout_2
Definition: ui_ProviderWidget.h:29
QWidget * noResultWidget
Definition: ui_ProviderWidget.h:35
QHBoxLayout * horizontalLayout
Definition: ui_ProviderWidget.h:31
QLabel * label
Definition: ui_ProviderWidget.h:30
QLabel * label_4
Definition: ui_ProviderWidget.h:32