9 #ifndef UI_HISTORYWIDGET_H
10 #define UI_HISTORYWIDGET_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QHeaderView>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QTableWidget>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
50 if (HistoryWidget->objectName().isEmpty())
51 HistoryWidget->setObjectName(QString::fromUtf8(
"HistoryWidget"));
52 HistoryWidget->resize(599, 666);
58 label =
new QLabel(HistoryWidget);
59 label->setObjectName(QString::fromUtf8(
"label"));
60 label->setFocusPolicy(Qt::TabFocus);
61 label->setWordWrap(
true);
67 label_3 =
new QLabel(HistoryWidget);
68 label_3->setObjectName(QString::fromUtf8(
"label_3"));
69 label_3->setFocusPolicy(Qt::TabFocus);
74 historySearch->setObjectName(QString::fromUtf8(
"historySearch"));
98 noResultWidget->setObjectName(QString::fromUtf8(
"noResultWidget"));
103 noResultsLabel->setObjectName(QString::fromUtf8(
"noResultsLabel"));
107 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
116 label_2 =
new QLabel(HistoryWidget);
117 label_2->setObjectName(QString::fromUtf8(
"label_2"));
118 label_2->setFocusPolicy(Qt::TabFocus);
127 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
150 QMetaObject::connectSlotsByName(HistoryWidget);
155 label->setText(QCoreApplication::translate(
"HistoryWidget",
"This page displays the history of your successful authentications. Double-click on a provider for more information. You can delete parts or the entire history. You can also save the history as a PDF file.",
nullptr));
156 label_3->setText(QCoreApplication::translate(
"HistoryWidget",
"Search:",
nullptr));
157 #if QT_CONFIG(accessibility)
158 historySearch->setAccessibleName(QCoreApplication::translate(
"HistoryWidget",
"Please enter your search",
nullptr));
159 #endif // QT_CONFIG(accessibility)
160 historySearch->setPlaceholderText(QCoreApplication::translate(
"HistoryWidget",
"Please enter your search",
nullptr));
161 noResultsLabel->setText(QCoreApplication::translate(
"HistoryWidget",
"No matching history entries were found. Please modify your search criteria.",
nullptr));
162 #if QT_CONFIG(accessibility)
163 label_2->setAccessibleName(QCoreApplication::translate(
"HistoryWidget",
"save history:",
nullptr));
164 #endif // QT_CONFIG(accessibility)
165 label_2->setText(QCoreApplication::translate(
"HistoryWidget",
"History:",
nullptr));
166 #if QT_CONFIG(accessibility)
167 saveHistoryCheckBox->setAccessibleName(QCoreApplication::translate(
"HistoryWidget",
"save history",
nullptr));
168 #endif // QT_CONFIG(accessibility)
169 #if QT_CONFIG(accessibility)
171 #endif // QT_CONFIG(accessibility)
172 saveHistoryCheckBox->setText(QCoreApplication::translate(
"HistoryWidget",
"save",
nullptr));
173 historyDeleteButton->setText(QCoreApplication::translate(
"HistoryWidget",
"Delete history...",
nullptr));
174 #if QT_CONFIG(accessibility)
175 historyExportButton->setAccessibleName(QCoreApplication::translate(
"HistoryWidget",
"save history as PDF",
nullptr));
176 #endif // QT_CONFIG(accessibility)
177 historyExportButton->setText(QCoreApplication::translate(
"HistoryWidget",
"Save as PDF...",
nullptr));
189 #endif // UI_HISTORYWIDGET_H