1/********************************************************************************
2** Form generated from reading UI file 'projectcompileparamaterswidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.3
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_PROJECTCOMPILEPARAMATERSWIDGET_H
10#define UI_PROJECTCOMPILEPARAMATERSWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QIcon>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QFrame>
16#include <QtWidgets/QHBoxLayout>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QPlainTextEdit>
19#include <QtWidgets/QSpacerItem>
20#include <QtWidgets/QTabWidget>
21#include <QtWidgets/QToolButton>
22#include <QtWidgets/QVBoxLayout>
23#include <QtWidgets/QWidget>
24
25QT_BEGIN_NAMESPACE
26
27class Ui_ProjectCompileParamatersWidget
28{
29public:
30 QVBoxLayout *verticalLayout;
31 QLabel *label;
32 QTabWidget *tabCommands;
33 QWidget *tab;
34 QHBoxLayout *horizontalLayout;
35 QPlainTextEdit *txtCCompiler;
36 QWidget *tab_2;
37 QHBoxLayout *horizontalLayout_2;
38 QPlainTextEdit *txtCPPCompiler;
39 QWidget *tab_3;
40 QVBoxLayout *verticalLayout_2;
41 QPlainTextEdit *txtLinker;
42 QFrame *frame;
43 QHBoxLayout *horizontalLayout_3;
44 QSpacerItem *horizontalSpacer;
45 QToolButton *btnChooseLib;
46
47 void setupUi(QWidget *ProjectCompileParamatersWidget)
48 {
49 if (ProjectCompileParamatersWidget->objectName().isEmpty())
50 ProjectCompileParamatersWidget->setObjectName(QString::fromUtf8("ProjectCompileParamatersWidget"));
51 ProjectCompileParamatersWidget->resize(675, 447);
52 verticalLayout = new QVBoxLayout(ProjectCompileParamatersWidget);
53 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
54 label = new QLabel(ProjectCompileParamatersWidget);
55 label->setObjectName(QString::fromUtf8("label"));
56
57 verticalLayout->addWidget(label);
58
59 tabCommands = new QTabWidget(ProjectCompileParamatersWidget);
60 tabCommands->setObjectName(QString::fromUtf8("tabCommands"));
61 tab = new QWidget();
62 tab->setObjectName(QString::fromUtf8("tab"));
63 horizontalLayout = new QHBoxLayout(tab);
64 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
65 horizontalLayout->setContentsMargins(5, 5, 5, 5);
66 txtCCompiler = new QPlainTextEdit(tab);
67 txtCCompiler->setObjectName(QString::fromUtf8("txtCCompiler"));
68
69 horizontalLayout->addWidget(txtCCompiler);
70
71 tabCommands->addTab(tab, QString());
72 tab_2 = new QWidget();
73 tab_2->setObjectName(QString::fromUtf8("tab_2"));
74 horizontalLayout_2 = new QHBoxLayout(tab_2);
75 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
76 horizontalLayout_2->setContentsMargins(5, 5, 5, 5);
77 txtCPPCompiler = new QPlainTextEdit(tab_2);
78 txtCPPCompiler->setObjectName(QString::fromUtf8("txtCPPCompiler"));
79
80 horizontalLayout_2->addWidget(txtCPPCompiler);
81
82 tabCommands->addTab(tab_2, QString());
83 tab_3 = new QWidget();
84 tab_3->setObjectName(QString::fromUtf8("tab_3"));
85 verticalLayout_2 = new QVBoxLayout(tab_3);
86 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
87 verticalLayout_2->setContentsMargins(5, 5, 5, 5);
88 txtLinker = new QPlainTextEdit(tab_3);
89 txtLinker->setObjectName(QString::fromUtf8("txtLinker"));
90
91 verticalLayout_2->addWidget(txtLinker);
92
93 frame = new QFrame(tab_3);
94 frame->setObjectName(QString::fromUtf8("frame"));
95 frame->setFrameShape(QFrame::StyledPanel);
96 frame->setFrameShadow(QFrame::Raised);
97 horizontalLayout_3 = new QHBoxLayout(frame);
98 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
99 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
100
101 horizontalLayout_3->addItem(horizontalSpacer);
102
103 btnChooseLib = new QToolButton(frame);
104 btnChooseLib->setObjectName(QString::fromUtf8("btnChooseLib"));
105 QIcon icon;
106 icon.addFile(QString::fromUtf8(":/icons/images/newlook24/035-expolr.png"), QSize(), QIcon::Normal, QIcon::Off);
107 btnChooseLib->setIcon(icon);
108 btnChooseLib->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
109
110 horizontalLayout_3->addWidget(btnChooseLib);
111
112
113 verticalLayout_2->addWidget(frame);
114
115 tabCommands->addTab(tab_3, QString());
116
117 verticalLayout->addWidget(tabCommands);
118
119
120 retranslateUi(ProjectCompileParamatersWidget);
121
122 tabCommands->setCurrentIndex(2);
123
124
125 QMetaObject::connectSlotsByName(ProjectCompileParamatersWidget);
126 } // setupUi
127
128 void retranslateUi(QWidget *ProjectCompileParamatersWidget)
129 {
130 ProjectCompileParamatersWidget->setWindowTitle(QCoreApplication::translate("ProjectCompileParamatersWidget", "Form", nullptr));
131 label->setText(QCoreApplication::translate("ProjectCompileParamatersWidget", "Additional build options:", nullptr));
132 tabCommands->setTabText(tabCommands->indexOf(tab), QCoreApplication::translate("ProjectCompileParamatersWidget", "C Compiler", nullptr));
133 tabCommands->setTabText(tabCommands->indexOf(tab_2), QCoreApplication::translate("ProjectCompileParamatersWidget", "C++ Compiler", nullptr));
134 btnChooseLib->setText(QCoreApplication::translate("ProjectCompileParamatersWidget", "Add Library Files", nullptr));
135 tabCommands->setTabText(tabCommands->indexOf(tab_3), QCoreApplication::translate("ProjectCompileParamatersWidget", "Linker", nullptr));
136 } // retranslateUi
137
138};
139
140namespace Ui {
141 class ProjectCompileParamatersWidget: public Ui_ProjectCompileParamatersWidget {};
142} // namespace Ui
143
144QT_END_NAMESPACE
145
146#endif // UI_PROJECTCOMPILEPARAMATERSWIDGET_H
147