9 #ifndef UI_READERDEVICEWIDGET_H
10 #define UI_READERDEVICEWIDGET_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QFrame>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QHeaderView>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QStackedWidget>
21 #include <QtWidgets/QTableView>
22 #include <QtWidgets/QTextBrowser>
23 #include <QtWidgets/QVBoxLayout>
24 #include <QtWidgets/QWidget>
64 if (ReaderDeviceWidget->objectName().isEmpty())
65 ReaderDeviceWidget->setObjectName(QString::fromUtf8(
"ReaderDeviceWidget"));
66 ReaderDeviceWidget->resize(649, 440);
71 mainLayout->setObjectName(QString::fromUtf8(
"mainLayout"));
81 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
82 verticalSpacer_3 =
new QSpacerItem(20, 5, QSizePolicy::Minimum, QSizePolicy::Minimum);
86 sakLabel =
new QLabel(ReaderDeviceWidget);
87 sakLabel->setObjectName(QString::fromUtf8(
"sakLabel"));
88 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
89 sizePolicy.setHorizontalStretch(0);
90 sizePolicy.setVerticalStretch(0);
91 sizePolicy.setHeightForWidth(
sakLabel->sizePolicy().hasHeightForWidth());
94 font.setPointSize(11);
105 QSizePolicy sizePolicy1(QSizePolicy::Maximum, QSizePolicy::Expanding);
106 sizePolicy1.setHorizontalStretch(0);
107 sizePolicy1.setVerticalStretch(0);
108 sizePolicy1.setHeightForWidth(
tableViewRemote->sizePolicy().hasHeightForWidth());
139 buttonLayout->setObjectName(QString::fromUtf8(
"buttonLayout"));
142 connectRemote->setObjectName(QString::fromUtf8(
"connectRemote"));
144 QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Fixed);
145 sizePolicy2.setHorizontalStretch(0);
146 sizePolicy2.setVerticalStretch(0);
147 sizePolicy2.setHeightForWidth(
connectRemote->sizePolicy().hasHeightForWidth());
154 forgetRemote->setObjectName(QString::fromUtf8(
"forgetRemote"));
156 QSizePolicy sizePolicy3(QSizePolicy::Maximum, QSizePolicy::Fixed);
157 sizePolicy3.setHorizontalStretch(0);
158 sizePolicy3.setVerticalStretch(0);
159 sizePolicy3.setHeightForWidth(
forgetRemote->sizePolicy().hasHeightForWidth());
171 verticalSpacer_2 =
new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum);
183 infoLayout->setObjectName(QString::fromUtf8(
"infoLayout"));
185 tableViewLocal->setObjectName(QString::fromUtf8(
"tableViewLocal"));
186 sizePolicy1.setHeightForWidth(
tableViewLocal->sizePolicy().hasHeightForWidth());
189 tableViewLocal->setSelectionMode(QAbstractItemView::SingleSelection);
190 tableViewLocal->setSelectionBehavior(QAbstractItemView::SelectRows);
219 labelLayout->setObjectName(QString::fromUtf8(
"labelLayout"));
221 readerLabel->setObjectName(QString::fromUtf8(
"readerLabel"));
222 readerLabel->setText(QString::fromUtf8(
"TextLabel"));
231 stackedWidget->setObjectName(QString::fromUtf8(
"stackedWidget"));
232 sizePolicy.setHeightForWidth(
stackedWidget->sizePolicy().hasHeightForWidth());
236 infoText->setObjectName(QString::fromUtf8(
"infoText"));
237 sizePolicy.setHeightForWidth(
infoText->sizePolicy().hasHeightForWidth());
238 infoText->setSizePolicy(sizePolicy);
239 infoText->setMaximumSize(QSize(200, 16777215));
242 emptyWidget->setObjectName(QString::fromUtf8(
"emptyWidget"));
256 verticalSpacer =
new QSpacerItem(10, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
278 QMetaObject::connectSlotsByName(ReaderDeviceWidget);
283 #if QT_CONFIG(accessibility)
284 cardReaderDescription->setAccessibleName(QCoreApplication::translate(
"ReaderDeviceWidget",
"In order to use the online identification function of your ID card you need a separate card reader or a suitable smartphone. The following overview shows the status of a connected card reader or connected smartphone.",
nullptr));
285 #endif // QT_CONFIG(accessibility)
286 cardReaderDescription->setText(QCoreApplication::translate(
"ReaderDeviceWidget",
"In order to use the online identification function of your ID card you need a separate card reader or a suitable smartphone. The following overview shows the status of a connected card reader or connected smartphone.",
nullptr));
287 sakLabel->setText(QCoreApplication::translate(
"ReaderDeviceWidget",
"Smartphone as card reader",
nullptr));
288 connectRemote->setText(QCoreApplication::translate(
"ReaderDeviceWidget",
"Pair",
nullptr));
289 forgetRemote->setText(QCoreApplication::translate(
"ReaderDeviceWidget",
"Forget",
nullptr));
290 cardReaderLabel->setText(QCoreApplication::translate(
"ReaderDeviceWidget",
"Card readers",
nullptr));
291 #if QT_CONFIG(accessibility)
292 updateInfoLabel->setAccessibleName(QCoreApplication::translate(
"ReaderDeviceWidget",
"After connecting a new card reader it may take a few seconds to recognize the driver. It may be necessary to restart your system after installing the driver.",
nullptr));
293 #endif // QT_CONFIG(accessibility)
294 updateInfoLabel->setText(QCoreApplication::translate(
"ReaderDeviceWidget",
"After connecting a new card reader it may take a few seconds to recognize the driver. It may be necessary to restart your system after installing the driver.",
nullptr));
295 updateTimeLabel->setText(QCoreApplication::translate(
"ReaderDeviceWidget",
"TextLabel",
nullptr));
296 (void)ReaderDeviceWidget;
307 #endif // UI_READERDEVICEWIDGET_H