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);
54 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
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(QApplication::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(QApplication::translate(
"HistoryWidget",
"Search:",
nullptr));
157 #ifndef QT_NO_ACCESSIBILITY 158 historySearch->setAccessibleName(QApplication::translate(
"HistoryWidget",
"Please enter your search",
nullptr));
159 #endif // QT_NO_ACCESSIBILITY 160 historySearch->setPlaceholderText(QApplication::translate(
"HistoryWidget",
"Please enter your search",
nullptr));
161 noResultsLabel->setText(QApplication::translate(
"HistoryWidget",
"No matching history entries were found. Please modify your search criteria.",
nullptr));
162 #ifndef QT_NO_ACCESSIBILITY 163 label_2->setAccessibleName(QApplication::translate(
"HistoryWidget",
"save history:",
nullptr));
164 #endif // QT_NO_ACCESSIBILITY 165 label_2->setText(QApplication::translate(
"HistoryWidget",
"History:",
nullptr));
166 #ifndef QT_NO_ACCESSIBILITY 167 saveHistoryCheckBox->setAccessibleName(QApplication::translate(
"HistoryWidget",
"save history",
nullptr));
168 #endif // QT_NO_ACCESSIBILITY 169 #ifndef QT_NO_ACCESSIBILITY 171 #endif // QT_NO_ACCESSIBILITY 173 historyDeleteButton->setText(QApplication::translate(
"HistoryWidget",
"Delete history...",
nullptr));
174 #ifndef QT_NO_ACCESSIBILITY 175 historyExportButton->setAccessibleName(QApplication::translate(
"HistoryWidget",
"save history as PDF",
nullptr));
176 #endif // QT_NO_ACCESSIBILITY 177 historyExportButton->setText(QApplication::translate(
"HistoryWidget",
"Save as PDF...",
nullptr));
178 Q_UNUSED(HistoryWidget);
189 #endif // UI_HISTORYWIDGET_H QPushButton * historyExportButton
Definition: ui_HistoryWidget.h:46
QPushButton * historyDeleteButton
Definition: ui_HistoryWidget.h:45
void retranslateUi(QWidget *HistoryWidget)
Definition: ui_HistoryWidget.h:153
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
QVBoxLayout * verticalLayout
Definition: ui_HistoryWidget.h:30
void setupUi(QWidget *HistoryWidget)
Definition: ui_HistoryWidget.h:48
QLabel * label
Definition: ui_HistoryWidget.h:32
Definition: ui_HistoryWidget.h:27
QCheckBox * saveHistoryCheckBox
Definition: ui_HistoryWidget.h:43
QHBoxLayout * horizontalLayout
Definition: ui_HistoryWidget.h:41
QSpacerItem * horizontalSpacer
Definition: ui_HistoryWidget.h:44
QVBoxLayout * verticalLayout_2
Definition: ui_HistoryWidget.h:31
QHBoxLayout * horizontalLayout_2
Definition: ui_HistoryWidget.h:33
QLabel * noResultsLabel
Definition: ui_HistoryWidget.h:39
QLineEdit * historySearch
Definition: ui_HistoryWidget.h:35
QWidget * noResultWidget
Definition: ui_HistoryWidget.h:37
QLabel * label_2
Definition: ui_HistoryWidget.h:42
QSpacerItem * verticalSpacer
Definition: ui_HistoryWidget.h:40
QLabel * label_3
Definition: ui_HistoryWidget.h:34
QVBoxLayout * noResultsLayout
Definition: ui_HistoryWidget.h:38
Definition: ui_HistoryWidget.h:184
QTableWidget * historyTableWidget
Definition: ui_HistoryWidget.h:36