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);
46 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
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 #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);
137 #endif // UI_PROVIDERWIDGET_H
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192