9 #ifndef UI_PROVIDERWIDGET_H
10 #define UI_PROVIDERWIDGET_H
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>
42 if (ProviderWidget->objectName().isEmpty())
43 ProviderWidget->setObjectName(QString::fromUtf8(
"ProviderWidget"));
44 ProviderWidget->resize(516, 252);
50 label =
new QLabel(ProviderWidget);
51 label->setObjectName(QString::fromUtf8(
"label"));
52 label->setFocusPolicy(Qt::TabFocus);
53 label->setWordWrap(
true);
59 label_4 =
new QLabel(ProviderWidget);
60 label_4->setObjectName(QString::fromUtf8(
"label_4"));
61 label_4->setFocusPolicy(Qt::TabFocus);
66 providerSearch->setObjectName(QString::fromUtf8(
"providerSearch"));
89 noResultWidget->setObjectName(QString::fromUtf8(
"noResultWidget"));
94 noResultsLabel->setObjectName(QString::fromUtf8(
"noResultsLabel"));
98 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
111 QMetaObject::connectSlotsByName(ProviderWidget);
116 #if QT_CONFIG(accessibility)
117 label->setAccessibleDescription(QCoreApplication::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_CONFIG(accessibility)
119 label->setText(QCoreApplication::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(QCoreApplication::translate(
"ProviderWidget",
"Search:",
nullptr));
121 #if QT_CONFIG(accessibility)
122 providerSearch->setAccessibleName(QCoreApplication::translate(
"ProviderWidget",
"Please enter your search",
nullptr));
123 #endif // QT_CONFIG(accessibility)
124 providerSearch->setPlaceholderText(QCoreApplication::translate(
"ProviderWidget",
"Please enter your search",
nullptr));
125 noResultsLabel->setText(QCoreApplication::translate(
"ProviderWidget",
"No matching providers were found. Please modify your search criteria.",
nullptr));
126 (void)ProviderWidget;
137 #endif // UI_PROVIDERWIDGET_H