LinkManager Lab 3
Завантаження...
Пошук...
Нічого не знайдено
ui_foldermanagerdialog.h
Див. документацію.
1/********************************************************************************
2** Form generated from reading UI file 'foldermanagerdialog.ui'
3**
4** Created by: Qt User Interface Compiler version 6.10.0
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_FOLDERMANAGERDIALOG_H
10#define UI_FOLDERMANAGERDIALOG_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAbstractButton>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QDialog>
16#include <QtWidgets/QDialogButtonBox>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QHeaderView>
19#include <QtWidgets/QLineEdit>
20#include <QtWidgets/QPushButton>
21#include <QtWidgets/QTreeWidget>
22#include <QtWidgets/QVBoxLayout>
23
24QT_BEGIN_NAMESPACE
25
27{
28public:
29 QVBoxLayout *verticalLayout;
30 QHBoxLayout *horizontalLayout;
32 QPushButton *createFolderButton;
33 QTreeWidget *folderTreeWidget;
34 QHBoxLayout *horizontalLayout_2;
35 QPushButton *deselectButton;
36 QPushButton *deleteFolderButton;
37 QDialogButtonBox *buttonBox;
38
40 {
41 if (FolderManagerDialog->objectName().isEmpty())
42 FolderManagerDialog->setObjectName("FolderManagerDialog");
43 FolderManagerDialog->resize(612, 459);
44 verticalLayout = new QVBoxLayout(FolderManagerDialog);
45 verticalLayout->setObjectName("verticalLayout");
46 horizontalLayout = new QHBoxLayout();
47 horizontalLayout->setObjectName("horizontalLayout");
49 newFolderLineEdit->setObjectName("newFolderLineEdit");
50
52
53 createFolderButton = new QPushButton(FolderManagerDialog);
54 createFolderButton->setObjectName("createFolderButton");
55
57
58
60
61 folderTreeWidget = new QTreeWidget(FolderManagerDialog);
62 folderTreeWidget->headerItem()->setText(0, QString());
63 folderTreeWidget->setObjectName("folderTreeWidget");
64
66
67 horizontalLayout_2 = new QHBoxLayout();
68 horizontalLayout_2->setObjectName("horizontalLayout_2");
69 deselectButton = new QPushButton(FolderManagerDialog);
70 deselectButton->setObjectName("deselectButton");
71
73
74 deleteFolderButton = new QPushButton(FolderManagerDialog);
75 deleteFolderButton->setObjectName("deleteFolderButton");
76
78
79
81
82 buttonBox = new QDialogButtonBox(FolderManagerDialog);
83 buttonBox->setObjectName("buttonBox");
84 buttonBox->setOrientation(Qt::Orientation::Horizontal);
85 buttonBox->setStandardButtons(QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok);
86
87 verticalLayout->addWidget(buttonBox);
88
89
91 QObject::connect(buttonBox, &QDialogButtonBox::accepted, FolderManagerDialog, qOverload<>(&QDialog::accept));
92 QObject::connect(buttonBox, &QDialogButtonBox::rejected, FolderManagerDialog, qOverload<>(&QDialog::reject));
93
94 QMetaObject::connectSlotsByName(FolderManagerDialog);
95 } // setupUi
96
98 {
99 FolderManagerDialog->setWindowTitle(QCoreApplication::translate("FolderManagerDialog", "Dialog", nullptr));
100 createFolderButton->setText(QCoreApplication::translate("FolderManagerDialog", "\320\241\321\202\320\262\320\276\321\200\320\270\321\202\320\270 \320\277\320\260\320\277\320\272\321\203", nullptr));
101 deselectButton->setText(QCoreApplication::translate("FolderManagerDialog", "\320\227\320\275\321\217\321\202\320\270 \320\262\320\270\320\264\321\226\320\273\320\265\320\275\320\275\321\217", nullptr));
102 deleteFolderButton->setText(QCoreApplication::translate("FolderManagerDialog", "\320\222\320\270\320\264\320\260\320\273\320\270\321\202\320\270 \320\277\320\260\320\277\320\272\321\203", nullptr));
103 } // retranslateUi
104
105};
106
107namespace Ui {
109} // namespace Ui
110
111QT_END_NAMESPACE
112
113#endif // UI_FOLDERMANAGERDIALOG_H
Definition foldermanagerdialog.h:12
Definition ui_foldermanagerdialog.h:108
Definition ui_foldermanagerdialog.h:27
QDialogButtonBox * buttonBox
Definition ui_foldermanagerdialog.h:37
QHBoxLayout * horizontalLayout_2
Definition ui_foldermanagerdialog.h:34
void setupUi(QDialog *FolderManagerDialog)
Definition ui_foldermanagerdialog.h:39
QLineEdit * newFolderLineEdit
Definition ui_foldermanagerdialog.h:31
QHBoxLayout * horizontalLayout
Definition ui_foldermanagerdialog.h:30
void retranslateUi(QDialog *FolderManagerDialog)
Definition ui_foldermanagerdialog.h:97
QTreeWidget * folderTreeWidget
Definition ui_foldermanagerdialog.h:33
QPushButton * deselectButton
Definition ui_foldermanagerdialog.h:35
QPushButton * deleteFolderButton
Definition ui_foldermanagerdialog.h:36
QPushButton * createFolderButton
Definition ui_foldermanagerdialog.h:32
QVBoxLayout * verticalLayout
Definition ui_foldermanagerdialog.h:29
Definition addlinkdialog.h:7