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.12.5
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(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
170  saveHistoryCheckBox->setAccessibleDescription(QString());
171 #endif // QT_NO_ACCESSIBILITY
172  saveHistoryCheckBox->setText(QApplication::translate("HistoryWidget", "save", nullptr));
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);
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
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