-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_ToolBox.h
71 lines (57 loc) · 2.13 KB
/
ui_ToolBox.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/********************************************************************************
** Form generated from reading UI file 'ToolBox.ui'
**
** Created by: Qt User Interface Compiler version 6.4.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_TOOLBOX_H
#define UI_TOOLBOX_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QScrollArea>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_ToolBox
{
public:
QGridLayout *gridLayout;
QScrollArea *scrollArea;
QWidget *scrollAreaWidgetContents;
QVBoxLayout *verticalLayout;
void setupUi(QWidget *ToolBox)
{
if (ToolBox->objectName().isEmpty())
ToolBox->setObjectName("ToolBox");
ToolBox->resize(400, 300);
gridLayout = new QGridLayout(ToolBox);
gridLayout->setSpacing(0);
gridLayout->setObjectName("gridLayout");
gridLayout->setContentsMargins(0, 0, 0, 0);
scrollArea = new QScrollArea(ToolBox);
scrollArea->setObjectName("scrollArea");
scrollArea->setWidgetResizable(true);
scrollAreaWidgetContents = new QWidget();
scrollAreaWidgetContents->setObjectName("scrollAreaWidgetContents");
scrollAreaWidgetContents->setGeometry(QRect(0, 0, 398, 298));
verticalLayout = new QVBoxLayout(scrollAreaWidgetContents);
verticalLayout->setSpacing(0);
verticalLayout->setObjectName("verticalLayout");
verticalLayout->setContentsMargins(-1, 0, -1, 0);
scrollArea->setWidget(scrollAreaWidgetContents);
gridLayout->addWidget(scrollArea, 0, 0, 1, 1);
retranslateUi(ToolBox);
QMetaObject::connectSlotsByName(ToolBox);
} // setupUi
void retranslateUi(QWidget *ToolBox)
{
ToolBox->setWindowTitle(QCoreApplication::translate("ToolBox", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class ToolBox: public Ui_ToolBox {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_TOOLBOX_H