1/********************************************************************************
2** Form generated from reading UI file 'bookmarkwidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_BOOKMARKWIDGET_H
10#define UI_BOOKMARKWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QHBoxLayout>
15#include <QtWidgets/QLabel>
16#include <QtWidgets/QLineEdit>
17#include <QtWidgets/QPushButton>
18#include <QtWidgets/QSpacerItem>
19#include <QtWidgets/QStackedWidget>
20#include <QtWidgets/QVBoxLayout>
21#include <QtWidgets/QWidget>
22
23QT_BEGIN_NAMESPACE
24
25class Ui_BookmarkWidget
26{
27public:
28 QVBoxLayout *verticalLayout;
29 QHBoxLayout *horizontalLayout;
30 QLabel *label;
31 QSpacerItem *horizontalSpacer;
32 QLineEdit *lineEdit;
33 QStackedWidget *stackedWidget;
34 QHBoxLayout *horizontalLayout_2;
35 QSpacerItem *horizontalSpacer_2;
36 QPushButton *add;
37 QPushButton *remove;
38
39 void setupUi(QWidget *BookmarkWidget)
40 {
41 if (BookmarkWidget->objectName().isEmpty())
42 BookmarkWidget->setObjectName(QString::fromUtf8(str: "BookmarkWidget"));
43 BookmarkWidget->resize(w: 235, h: 606);
44 verticalLayout = new QVBoxLayout(BookmarkWidget);
45 verticalLayout->setContentsMargins(left: 4, top: 4, right: 4, bottom: 4);
46 verticalLayout->setObjectName(QString::fromUtf8(str: "verticalLayout"));
47 horizontalLayout = new QHBoxLayout();
48 horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout"));
49 label = new QLabel(BookmarkWidget);
50 label->setObjectName(QString::fromUtf8(str: "label"));
51
52 horizontalLayout->addWidget(label);
53
54 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
55
56 horizontalLayout->addItem(horizontalSpacer);
57
58
59 verticalLayout->addLayout(layout: horizontalLayout);
60
61 lineEdit = new QLineEdit(BookmarkWidget);
62 lineEdit->setObjectName(QString::fromUtf8(str: "lineEdit"));
63
64 verticalLayout->addWidget(lineEdit);
65
66 stackedWidget = new QStackedWidget(BookmarkWidget);
67 stackedWidget->setObjectName(QString::fromUtf8(str: "stackedWidget"));
68
69 verticalLayout->addWidget(stackedWidget);
70
71 horizontalLayout_2 = new QHBoxLayout();
72 horizontalLayout_2->setObjectName(QString::fromUtf8(str: "horizontalLayout_2"));
73 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
74
75 horizontalLayout_2->addItem(horizontalSpacer_2);
76
77 add = new QPushButton(BookmarkWidget);
78 add->setObjectName(QString::fromUtf8(str: "add"));
79
80 horizontalLayout_2->addWidget(add);
81
82 remove = new QPushButton(BookmarkWidget);
83 remove->setObjectName(QString::fromUtf8(str: "remove"));
84
85 horizontalLayout_2->addWidget(remove);
86
87
88 verticalLayout->addLayout(layout: horizontalLayout_2);
89
90
91 retranslateUi(BookmarkWidget);
92
93 QMetaObject::connectSlotsByName(o: BookmarkWidget);
94 } // setupUi
95
96 void retranslateUi(QWidget *BookmarkWidget)
97 {
98 BookmarkWidget->setWindowTitle(QCoreApplication::translate(context: "BookmarkWidget", key: "Bookmarks", disambiguation: nullptr));
99 label->setText(QCoreApplication::translate(context: "BookmarkWidget", key: "Filter:", disambiguation: nullptr));
100 add->setText(QCoreApplication::translate(context: "BookmarkWidget", key: "Add", disambiguation: nullptr));
101 remove->setText(QCoreApplication::translate(context: "BookmarkWidget", key: "Remove", disambiguation: nullptr));
102 } // retranslateUi
103
104};
105
106namespace Ui {
107 class BookmarkWidget: public Ui_BookmarkWidget {};
108} // namespace Ui
109
110QT_END_NAMESPACE
111
112#endif // UI_BOOKMARKWIDGET_H
113

source code of qttools/src/assistant/assistant/.uic/ui_bookmarkwidget.h