| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'bookmarkmanagerwidget.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_BOOKMARKMANAGERWIDGET_H |
| 10 | #define UI_BOOKMARKMANAGERWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QHBoxLayout> |
| 15 | #include <QtWidgets/QHeaderView> |
| 16 | #include <QtWidgets/QLabel> |
| 17 | #include <QtWidgets/QLineEdit> |
| 18 | #include <QtWidgets/QPushButton> |
| 19 | #include <QtWidgets/QSpacerItem> |
| 20 | #include <QtWidgets/QTreeView> |
| 21 | #include <QtWidgets/QVBoxLayout> |
| 22 | #include <QtWidgets/QWidget> |
| 23 | |
| 24 | QT_BEGIN_NAMESPACE |
| 25 | |
| 26 | class Ui_BookmarkManagerWidget |
| 27 | { |
| 28 | public: |
| 29 | QVBoxLayout *verticalLayout; |
| 30 | QHBoxLayout *horizontalLayout; |
| 31 | QSpacerItem *horizontalSpacer; |
| 32 | QLabel *label; |
| 33 | QLineEdit *lineEdit; |
| 34 | QTreeView *treeView; |
| 35 | QHBoxLayout *horizontalLayout_2; |
| 36 | QPushButton *remove; |
| 37 | QPushButton *importExport; |
| 38 | QSpacerItem *horizontalSpacer_2; |
| 39 | QPushButton *pushButton_5; |
| 40 | |
| 41 | void setupUi(QWidget *BookmarkManagerWidget) |
| 42 | { |
| 43 | if (BookmarkManagerWidget->objectName().isEmpty()) |
| 44 | BookmarkManagerWidget->setObjectName(QString::fromUtf8(str: "BookmarkManagerWidget" )); |
| 45 | BookmarkManagerWidget->resize(w: 517, h: 348); |
| 46 | verticalLayout = new QVBoxLayout(BookmarkManagerWidget); |
| 47 | verticalLayout->setObjectName(QString::fromUtf8(str: "verticalLayout" )); |
| 48 | horizontalLayout = new QHBoxLayout(); |
| 49 | horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout" )); |
| 50 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 51 | |
| 52 | horizontalLayout->addItem(horizontalSpacer); |
| 53 | |
| 54 | label = new QLabel(BookmarkManagerWidget); |
| 55 | label->setObjectName(QString::fromUtf8(str: "label" )); |
| 56 | |
| 57 | horizontalLayout->addWidget(label); |
| 58 | |
| 59 | lineEdit = new QLineEdit(BookmarkManagerWidget); |
| 60 | lineEdit->setObjectName(QString::fromUtf8(str: "lineEdit" )); |
| 61 | |
| 62 | horizontalLayout->addWidget(lineEdit); |
| 63 | |
| 64 | |
| 65 | verticalLayout->addLayout(layout: horizontalLayout); |
| 66 | |
| 67 | treeView = new QTreeView(BookmarkManagerWidget); |
| 68 | treeView->setObjectName(QString::fromUtf8(str: "treeView" )); |
| 69 | treeView->setAcceptDrops(true); |
| 70 | treeView->setProperty(name: "showDropIndicator" , value: QVariant(true)); |
| 71 | treeView->setDragEnabled(true); |
| 72 | treeView->setAutoExpandDelay(1000); |
| 73 | treeView->setUniformRowHeights(true); |
| 74 | treeView->setAllColumnsShowFocus(true); |
| 75 | treeView->header()->setMinimumSectionSize(50); |
| 76 | treeView->header()->setDefaultSectionSize(225); |
| 77 | |
| 78 | verticalLayout->addWidget(treeView); |
| 79 | |
| 80 | horizontalLayout_2 = new QHBoxLayout(); |
| 81 | horizontalLayout_2->setObjectName(QString::fromUtf8(str: "horizontalLayout_2" )); |
| 82 | remove = new QPushButton(BookmarkManagerWidget); |
| 83 | remove->setObjectName(QString::fromUtf8(str: "remove" )); |
| 84 | |
| 85 | horizontalLayout_2->addWidget(remove); |
| 86 | |
| 87 | importExport = new QPushButton(BookmarkManagerWidget); |
| 88 | importExport->setObjectName(QString::fromUtf8(str: "importExport" )); |
| 89 | |
| 90 | horizontalLayout_2->addWidget(importExport); |
| 91 | |
| 92 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 93 | |
| 94 | horizontalLayout_2->addItem(horizontalSpacer_2); |
| 95 | |
| 96 | pushButton_5 = new QPushButton(BookmarkManagerWidget); |
| 97 | pushButton_5->setObjectName(QString::fromUtf8(str: "pushButton_5" )); |
| 98 | |
| 99 | horizontalLayout_2->addWidget(pushButton_5); |
| 100 | |
| 101 | |
| 102 | verticalLayout->addLayout(layout: horizontalLayout_2); |
| 103 | |
| 104 | |
| 105 | retranslateUi(BookmarkManagerWidget); |
| 106 | QObject::connect(sender: pushButton_5, SIGNAL(clicked()), receiver: BookmarkManagerWidget, SLOT(close())); |
| 107 | |
| 108 | QMetaObject::connectSlotsByName(o: BookmarkManagerWidget); |
| 109 | } // setupUi |
| 110 | |
| 111 | void retranslateUi(QWidget *BookmarkManagerWidget) |
| 112 | { |
| 113 | BookmarkManagerWidget->setWindowTitle(QCoreApplication::translate(context: "BookmarkManagerWidget" , key: "Manage Bookmarks" , disambiguation: nullptr)); |
| 114 | label->setText(QCoreApplication::translate(context: "BookmarkManagerWidget" , key: "Search:" , disambiguation: nullptr)); |
| 115 | remove->setText(QCoreApplication::translate(context: "BookmarkManagerWidget" , key: "Remove" , disambiguation: nullptr)); |
| 116 | importExport->setText(QCoreApplication::translate(context: "BookmarkManagerWidget" , key: "Import and Backup" , disambiguation: nullptr)); |
| 117 | pushButton_5->setText(QCoreApplication::translate(context: "BookmarkManagerWidget" , key: "OK" , disambiguation: nullptr)); |
| 118 | } // retranslateUi |
| 119 | |
| 120 | }; |
| 121 | |
| 122 | namespace Ui { |
| 123 | class BookmarkManagerWidget: public Ui_BookmarkManagerWidget {}; |
| 124 | } // namespace Ui |
| 125 | |
| 126 | QT_END_NAMESPACE |
| 127 | |
| 128 | #endif // UI_BOOKMARKMANAGERWIDGET_H |
| 129 | |