AusweisApp2
ui_HistoryWidget.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'HistoryWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.14.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_HISTORYWIDGET_H
10 #define UI_HISTORYWIDGET_H
11 
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>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *verticalLayout;
31  QVBoxLayout *verticalLayout_2;
32  QLabel *label;
33  QHBoxLayout *horizontalLayout_2;
34  QLabel *label_3;
35  QLineEdit *historySearch;
36  QTableWidget *historyTableWidget;
37  QWidget *noResultWidget;
38  QVBoxLayout *noResultsLayout;
39  QLabel *noResultsLabel;
40  QSpacerItem *verticalSpacer;
41  QHBoxLayout *horizontalLayout;
42  QLabel *label_2;
43  QCheckBox *saveHistoryCheckBox;
44  QSpacerItem *horizontalSpacer;
45  QPushButton *historyDeleteButton;
46  QPushButton *historyExportButton;
47 
48  void setupUi(QWidget *HistoryWidget)
49  {
50  if (HistoryWidget->objectName().isEmpty())
51  HistoryWidget->setObjectName(QString::fromUtf8("HistoryWidget"));
52  HistoryWidget->resize(599, 666);
53  verticalLayout = new QVBoxLayout(HistoryWidget);
54  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
55  verticalLayout->setContentsMargins(0, 0, 0, 0);
56  verticalLayout_2 = new QVBoxLayout();
57  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
58  label = new QLabel(HistoryWidget);
59  label->setObjectName(QString::fromUtf8("label"));
60  label->setFocusPolicy(Qt::TabFocus);
61  label->setWordWrap(true);
62 
63  verticalLayout_2->addWidget(label);
64 
65  horizontalLayout_2 = new QHBoxLayout();
66  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
67  label_3 = new QLabel(HistoryWidget);
68  label_3->setObjectName(QString::fromUtf8("label_3"));
69  label_3->setFocusPolicy(Qt::TabFocus);
70 
71  horizontalLayout_2->addWidget(label_3);
72 
73  historySearch = new QLineEdit(HistoryWidget);
74  historySearch->setObjectName(QString::fromUtf8("historySearch"));
75 
77 
78 
80 
81  historyTableWidget = new QTableWidget(HistoryWidget);
82  historyTableWidget->setObjectName(QString::fromUtf8("historyTableWidget"));
83  historyTableWidget->setSizeAdjustPolicy(QAbstractScrollArea::AdjustToContents);
84  historyTableWidget->setTabKeyNavigation(false);
85  historyTableWidget->setAlternatingRowColors(true);
86  historyTableWidget->setSelectionMode(QAbstractItemView::SingleSelection);
87  historyTableWidget->setSelectionBehavior(QAbstractItemView::SelectItems);
88  historyTableWidget->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
89  historyTableWidget->setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);
90  historyTableWidget->horizontalHeader()->setCascadingSectionResizes(true);
91  historyTableWidget->horizontalHeader()->setDefaultSectionSize(150);
92  historyTableWidget->horizontalHeader()->setHighlightSections(false);
93  historyTableWidget->horizontalHeader()->setStretchLastSection(true);
94 
96 
97  noResultWidget = new QWidget(HistoryWidget);
98  noResultWidget->setObjectName(QString::fromUtf8("noResultWidget"));
99  noResultsLayout = new QVBoxLayout(noResultWidget);
100  noResultsLayout->setObjectName(QString::fromUtf8("noResultsLayout"));
101  noResultsLayout->setContentsMargins(-1, 5, -1, -1);
102  noResultsLabel = new QLabel(noResultWidget);
103  noResultsLabel->setObjectName(QString::fromUtf8("noResultsLabel"));
104 
105  noResultsLayout->addWidget(noResultsLabel);
106 
107  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
108 
110 
111 
112  verticalLayout_2->addWidget(noResultWidget);
113 
114  horizontalLayout = new QHBoxLayout();
115  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
116  label_2 = new QLabel(HistoryWidget);
117  label_2->setObjectName(QString::fromUtf8("label_2"));
118  label_2->setFocusPolicy(Qt::TabFocus);
119 
120  horizontalLayout->addWidget(label_2);
121 
122  saveHistoryCheckBox = new QCheckBox(HistoryWidget);
123  saveHistoryCheckBox->setObjectName(QString::fromUtf8("saveHistoryCheckBox"));
124 
126 
127  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
128 
130 
131  historyDeleteButton = new QPushButton(HistoryWidget);
132  historyDeleteButton->setObjectName(QString::fromUtf8("historyDeleteButton"));
133 
135 
136  historyExportButton = new QPushButton(HistoryWidget);
137  historyExportButton->setObjectName(QString::fromUtf8("historyExportButton"));
138 
140 
141 
143 
144 
145  verticalLayout->addLayout(verticalLayout_2);
146 
147 
148  retranslateUi(HistoryWidget);
149 
150  QMetaObject::connectSlotsByName(HistoryWidget);
151  } // setupUi
152 
153  void retranslateUi(QWidget *HistoryWidget)
154  {
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)
170  saveHistoryCheckBox->setAccessibleDescription(QString());
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));
178  (void)HistoryWidget;
179  } // retranslateUi
180 
181 };
182 
183 namespace Ui {
184  class HistoryWidget: public Ui_HistoryWidget {};
185 } // namespace Ui
186 
187 QT_END_NAMESPACE
188 
189 #endif // UI_HISTORYWIDGET_H
Ui::HistoryWidget
Definition: ui_HistoryWidget.h:184
Ui_HistoryWidget::historyExportButton
QPushButton * historyExportButton
Definition: ui_HistoryWidget.h:52
Ui_HistoryWidget::setupUi
void setupUi(QWidget *HistoryWidget)
Definition: ui_HistoryWidget.h:54
Ui_HistoryWidget::label
QLabel * label
Definition: ui_HistoryWidget.h:38
Ui_HistoryWidget
Definition: ui_HistoryWidget.h:28
Ui_HistoryWidget::retranslateUi
void retranslateUi(QWidget *HistoryWidget)
Definition: ui_HistoryWidget.h:159
Ui_HistoryWidget::verticalLayout
QVBoxLayout * verticalLayout
Definition: ui_HistoryWidget.h:36
Ui
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
Ui_HistoryWidget::label_2
QLabel * label_2
Definition: ui_HistoryWidget.h:48
Ui_HistoryWidget::saveHistoryCheckBox
QCheckBox * saveHistoryCheckBox
Definition: ui_HistoryWidget.h:49
Ui_HistoryWidget::horizontalLayout
QHBoxLayout * horizontalLayout
Definition: ui_HistoryWidget.h:47
Ui_HistoryWidget::noResultsLabel
QLabel * noResultsLabel
Definition: ui_HistoryWidget.h:45
Ui_HistoryWidget::horizontalSpacer
QSpacerItem * horizontalSpacer
Definition: ui_HistoryWidget.h:50
Ui_HistoryWidget::verticalLayout_2
QVBoxLayout * verticalLayout_2
Definition: ui_HistoryWidget.h:37
Ui_HistoryWidget::label_3
QLabel * label_3
Definition: ui_HistoryWidget.h:40
Ui_HistoryWidget::horizontalLayout_2
QHBoxLayout * horizontalLayout_2
Definition: ui_HistoryWidget.h:39
Ui_HistoryWidget::verticalSpacer
QSpacerItem * verticalSpacer
Definition: ui_HistoryWidget.h:46
Ui_HistoryWidget::noResultsLayout
QVBoxLayout * noResultsLayout
Definition: ui_HistoryWidget.h:44
Ui_HistoryWidget::noResultWidget
QWidget * noResultWidget
Definition: ui_HistoryWidget.h:43
Ui_HistoryWidget::historyTableWidget
QTableWidget * historyTableWidget
Definition: ui_HistoryWidget.h:42
Ui_HistoryWidget::historySearch
QLineEdit * historySearch
Definition: ui_HistoryWidget.h:41
Ui_HistoryWidget::historyDeleteButton
QPushButton * historyDeleteButton
Definition: ui_HistoryWidget.h:51