1/********************************************************************************
2** Form generated from reading UI file 'toolsgeneralwidget.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_TOOLSGENERALWIDGET_H
10#define UI_TOOLSGENERALWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QIcon>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QCheckBox>
16#include <QtWidgets/QComboBox>
17#include <QtWidgets/QFrame>
18#include <QtWidgets/QGridLayout>
19#include <QtWidgets/QHBoxLayout>
20#include <QtWidgets/QLabel>
21#include <QtWidgets/QLineEdit>
22#include <QtWidgets/QListView>
23#include <QtWidgets/QPushButton>
24#include <QtWidgets/QSpacerItem>
25#include <QtWidgets/QToolButton>
26#include <QtWidgets/QVBoxLayout>
27#include <QtWidgets/QWidget>
28
29QT_BEGIN_NAMESPACE
30
31class Ui_ToolsGeneralWidget
32{
33public:
34 QVBoxLayout *verticalLayout;
35 QWidget *widget;
36 QHBoxLayout *horizontalLayout;
37 QToolButton *btnAdd;
38 QToolButton *btnRemove;
39 QSpacerItem *horizontalSpacer;
40 QWidget *widget_5;
41 QHBoxLayout *horizontalLayout_2;
42 QListView *lstTools;
43 QWidget *panelEdit;
44 QVBoxLayout *verticalLayout_2;
45 QFrame *frmEdit;
46 QGridLayout *gridLayout;
47 QToolButton *btnBrowseProgram;
48 QLabel *label_4;
49 QLineEdit *txtTitle;
50 QLineEdit *txtDemo;
51 QWidget *widget_3;
52 QHBoxLayout *horizontalLayout_3;
53 QSpacerItem *horizontalSpacer_2;
54 QPushButton *btnEditOk;
55 QPushButton *btnEditCancel;
56 QLineEdit *txtDirectory;
57 QToolButton *btnBrowseWorkingDirectory;
58 QLineEdit *txtProgram;
59 QLineEdit *txtParameters;
60 QLabel *label;
61 QCheckBox *chkPauseConsole;
62 QLabel *label_2;
63 QLabel *label_3;
64 QWidget *widget_2;
65 QHBoxLayout *horizontalLayout_4;
66 QPushButton *btnInsertMacro;
67 QComboBox *cbMacros;
68 QSpacerItem *verticalSpacer;
69
70 void setupUi(QWidget *ToolsGeneralWidget)
71 {
72 if (ToolsGeneralWidget->objectName().isEmpty())
73 ToolsGeneralWidget->setObjectName(QString::fromUtf8("ToolsGeneralWidget"));
74 ToolsGeneralWidget->resize(833, 437);
75 verticalLayout = new QVBoxLayout(ToolsGeneralWidget);
76 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
77 widget = new QWidget(ToolsGeneralWidget);
78 widget->setObjectName(QString::fromUtf8("widget"));
79 horizontalLayout = new QHBoxLayout(widget);
80 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
81 horizontalLayout->setContentsMargins(0, 0, 0, 0);
82 btnAdd = new QToolButton(widget);
83 btnAdd->setObjectName(QString::fromUtf8("btnAdd"));
84 QIcon icon;
85 icon.addFile(QString::fromUtf8(":/icons/images/newlook24/002-add.png"), QSize(), QIcon::Normal, QIcon::Off);
86 btnAdd->setIcon(icon);
87
88 horizontalLayout->addWidget(btnAdd);
89
90 btnRemove = new QToolButton(widget);
91 btnRemove->setObjectName(QString::fromUtf8("btnRemove"));
92 QIcon icon1;
93 icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/008-close.png"), QSize(), QIcon::Normal, QIcon::Off);
94 btnRemove->setIcon(icon1);
95
96 horizontalLayout->addWidget(btnRemove);
97
98 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
99
100 horizontalLayout->addItem(horizontalSpacer);
101
102
103 verticalLayout->addWidget(widget);
104
105 widget_5 = new QWidget(ToolsGeneralWidget);
106 widget_5->setObjectName(QString::fromUtf8("widget_5"));
107 horizontalLayout_2 = new QHBoxLayout(widget_5);
108 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
109 horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
110 lstTools = new QListView(widget_5);
111 lstTools->setObjectName(QString::fromUtf8("lstTools"));
112 lstTools->setAlternatingRowColors(true);
113
114 horizontalLayout_2->addWidget(lstTools);
115
116 panelEdit = new QWidget(widget_5);
117 panelEdit->setObjectName(QString::fromUtf8("panelEdit"));
118 verticalLayout_2 = new QVBoxLayout(panelEdit);
119 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
120 verticalLayout_2->setContentsMargins(0, 0, 0, 0);
121 frmEdit = new QFrame(panelEdit);
122 frmEdit->setObjectName(QString::fromUtf8("frmEdit"));
123 frmEdit->setFrameShape(QFrame::StyledPanel);
124 frmEdit->setFrameShadow(QFrame::Raised);
125 gridLayout = new QGridLayout(frmEdit);
126 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
127 btnBrowseProgram = new QToolButton(frmEdit);
128 btnBrowseProgram->setObjectName(QString::fromUtf8("btnBrowseProgram"));
129 QIcon icon2;
130 icon2.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png"), QSize(), QIcon::Normal, QIcon::Off);
131 btnBrowseProgram->setIcon(icon2);
132
133 gridLayout->addWidget(btnBrowseProgram, 1, 2, 1, 1);
134
135 label_4 = new QLabel(frmEdit);
136 label_4->setObjectName(QString::fromUtf8("label_4"));
137
138 gridLayout->addWidget(label_4, 3, 0, 1, 1);
139
140 txtTitle = new QLineEdit(frmEdit);
141 txtTitle->setObjectName(QString::fromUtf8("txtTitle"));
142
143 gridLayout->addWidget(txtTitle, 0, 1, 1, 2);
144
145 txtDemo = new QLineEdit(frmEdit);
146 txtDemo->setObjectName(QString::fromUtf8("txtDemo"));
147 txtDemo->setReadOnly(true);
148
149 gridLayout->addWidget(txtDemo, 5, 0, 1, 3);
150
151 widget_3 = new QWidget(frmEdit);
152 widget_3->setObjectName(QString::fromUtf8("widget_3"));
153 widget_3->setMinimumSize(QSize(0, 0));
154 horizontalLayout_3 = new QHBoxLayout(widget_3);
155 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
156 horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
157 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
158
159 horizontalLayout_3->addItem(horizontalSpacer_2);
160
161 btnEditOk = new QPushButton(widget_3);
162 btnEditOk->setObjectName(QString::fromUtf8("btnEditOk"));
163
164 horizontalLayout_3->addWidget(btnEditOk);
165
166 btnEditCancel = new QPushButton(widget_3);
167 btnEditCancel->setObjectName(QString::fromUtf8("btnEditCancel"));
168
169 horizontalLayout_3->addWidget(btnEditCancel);
170
171
172 gridLayout->addWidget(widget_3, 8, 0, 1, 3);
173
174 txtDirectory = new QLineEdit(frmEdit);
175 txtDirectory->setObjectName(QString::fromUtf8("txtDirectory"));
176
177 gridLayout->addWidget(txtDirectory, 2, 1, 1, 1);
178
179 btnBrowseWorkingDirectory = new QToolButton(frmEdit);
180 btnBrowseWorkingDirectory->setObjectName(QString::fromUtf8("btnBrowseWorkingDirectory"));
181 btnBrowseWorkingDirectory->setIcon(icon2);
182
183 gridLayout->addWidget(btnBrowseWorkingDirectory, 2, 2, 1, 1);
184
185 txtProgram = new QLineEdit(frmEdit);
186 txtProgram->setObjectName(QString::fromUtf8("txtProgram"));
187
188 gridLayout->addWidget(txtProgram, 1, 1, 1, 1);
189
190 txtParameters = new QLineEdit(frmEdit);
191 txtParameters->setObjectName(QString::fromUtf8("txtParameters"));
192
193 gridLayout->addWidget(txtParameters, 3, 1, 1, 2);
194
195 label = new QLabel(frmEdit);
196 label->setObjectName(QString::fromUtf8("label"));
197
198 gridLayout->addWidget(label, 0, 0, 1, 1);
199
200 chkPauseConsole = new QCheckBox(frmEdit);
201 chkPauseConsole->setObjectName(QString::fromUtf8("chkPauseConsole"));
202
203 gridLayout->addWidget(chkPauseConsole, 4, 0, 1, 3);
204
205 label_2 = new QLabel(frmEdit);
206 label_2->setObjectName(QString::fromUtf8("label_2"));
207
208 gridLayout->addWidget(label_2, 1, 0, 1, 1);
209
210 label_3 = new QLabel(frmEdit);
211 label_3->setObjectName(QString::fromUtf8("label_3"));
212
213 gridLayout->addWidget(label_3, 2, 0, 1, 1);
214
215 widget_2 = new QWidget(frmEdit);
216 widget_2->setObjectName(QString::fromUtf8("widget_2"));
217 horizontalLayout_4 = new QHBoxLayout(widget_2);
218 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
219 horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
220 btnInsertMacro = new QPushButton(widget_2);
221 btnInsertMacro->setObjectName(QString::fromUtf8("btnInsertMacro"));
222
223 horizontalLayout_4->addWidget(btnInsertMacro);
224
225 cbMacros = new QComboBox(widget_2);
226 cbMacros->setObjectName(QString::fromUtf8("cbMacros"));
227 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
228 sizePolicy.setHorizontalStretch(0);
229 sizePolicy.setVerticalStretch(0);
230 sizePolicy.setHeightForWidth(cbMacros->sizePolicy().hasHeightForWidth());
231 cbMacros->setSizePolicy(sizePolicy);
232 cbMacros->setEditable(false);
233 cbMacros->setSizeAdjustPolicy(QComboBox::AdjustToContents);
234
235 horizontalLayout_4->addWidget(cbMacros);
236
237
238 gridLayout->addWidget(widget_2, 7, 0, 1, 3);
239
240
241 verticalLayout_2->addWidget(frmEdit);
242
243 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
244
245 verticalLayout_2->addItem(verticalSpacer);
246
247
248 horizontalLayout_2->addWidget(panelEdit);
249
250
251 verticalLayout->addWidget(widget_5);
252
253
254 retranslateUi(ToolsGeneralWidget);
255
256 QMetaObject::connectSlotsByName(ToolsGeneralWidget);
257 } // setupUi
258
259 void retranslateUi(QWidget *ToolsGeneralWidget)
260 {
261 ToolsGeneralWidget->setWindowTitle(QCoreApplication::translate("ToolsGeneralWidget", "Form", nullptr));
262 btnAdd->setText(QCoreApplication::translate("ToolsGeneralWidget", "Add", nullptr));
263 btnRemove->setText(QCoreApplication::translate("ToolsGeneralWidget", "Remove", nullptr));
264 btnBrowseProgram->setText(QCoreApplication::translate("ToolsGeneralWidget", "Browse", nullptr));
265 label_4->setText(QCoreApplication::translate("ToolsGeneralWidget", "Parameters", nullptr));
266 btnEditOk->setText(QCoreApplication::translate("ToolsGeneralWidget", "Ok", nullptr));
267 btnEditCancel->setText(QCoreApplication::translate("ToolsGeneralWidget", "Cancel", nullptr));
268 btnBrowseWorkingDirectory->setText(QCoreApplication::translate("ToolsGeneralWidget", "Browse", nullptr));
269 label->setText(QCoreApplication::translate("ToolsGeneralWidget", "Title", nullptr));
270 chkPauseConsole->setText(QCoreApplication::translate("ToolsGeneralWidget", "Pause console after the program exit", nullptr));
271 label_2->setText(QCoreApplication::translate("ToolsGeneralWidget", "Program", nullptr));
272 label_3->setText(QCoreApplication::translate("ToolsGeneralWidget", "Working Directory", nullptr));
273 btnInsertMacro->setText(QCoreApplication::translate("ToolsGeneralWidget", "Insert Macro", nullptr));
274 } // retranslateUi
275
276};
277
278namespace Ui {
279 class ToolsGeneralWidget: public Ui_ToolsGeneralWidget {};
280} // namespace Ui
281
282QT_END_NAMESPACE
283
284#endif // UI_TOOLSGENERALWIDGET_H
285