Graphviz 13.0.0~dev.20241222.1117
Loading...
Searching...
No Matches
ui_settings.h
Go to the documentation of this file.
1/********************************************************************************
2** Form generated from reading UI file 'settings.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.13
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_SETTINGS_H
10#define UI_SETTINGS_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QComboBox>
16#include <QtWidgets/QDialog>
17#include <QtWidgets/QFrame>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QLineEdit>
21#include <QtWidgets/QPushButton>
22#include <QtWidgets/QSpacerItem>
23#include <QtWidgets/QTextEdit>
24#include <QtWidgets/QVBoxLayout>
25#include <QtWidgets/QWidget>
26
27QT_BEGIN_NAMESPACE
28
30{
31public:
33 QFrame *frame;
34 QWidget *layoutWidget;
35 QVBoxLayout *verticalLayout_5;
36 QVBoxLayout *verticalLayout;
37 QHBoxLayout *horizontalLayout;
38 QLabel *label;
39 QComboBox *cbLayout;
40 QSpacerItem *horizontalSpacer;
41 QHBoxLayout *horizontalLayout_3;
42 QLabel *label_3;
43 QComboBox *cbExtension;
44 QSpacerItem *horizontalSpacer_2;
45 QHBoxLayout *horizontalLayout_2;
46 QLabel *label_2;
47 QLineEdit *leOutput;
48 QPushButton *pbOut;
49 QFrame *frame_2;
50 QWidget *layoutWidget1;
51 QHBoxLayout *horizontalLayout_7;
52 QVBoxLayout *verticalLayout_2;
53 QHBoxLayout *horizontalLayout_5;
54 QLabel *label_5;
55 QComboBox *cbScope;
56 QLabel *label_6;
57 QComboBox *cbNameG;
58 QComboBox *cbNameN;
59 QComboBox *cbNameE;
60 QHBoxLayout *horizontalLayout_6;
61 QLabel *label_7;
62 QLineEdit *leValue;
63 QVBoxLayout *verticalLayout_3;
64 QPushButton *pbAdd;
65 QSpacerItem *verticalSpacer;
66 QPushButton *pbHelp;
67 QFrame *frame_3;
68 QWidget *layoutWidget2;
69 QVBoxLayout *verticalLayout_4;
70 QTextEdit *teAttributes;
71 QHBoxLayout *horizontalLayout_10;
72 QHBoxLayout *horizontalLayout_8;
73 QPushButton *pbNew;
74 QPushButton *pbOpen;
75 QPushButton *pbSave;
76 QSpacerItem *horizontalSpacer_3;
77 QHBoxLayout *horizontalLayout_9;
78 QPushButton *btnCancel;
79 QPushButton *btnOK;
80
81 void setupUi(QDialog *Dialog)
82 {
83 if (Dialog->objectName().isEmpty())
84 Dialog->setObjectName(QString::fromUtf8("Dialog"));
85 Dialog->resize(404, 512);
86 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
87 sizePolicy.setHorizontalStretch(0);
88 sizePolicy.setVerticalStretch(0);
89 sizePolicy.setHeightForWidth(Dialog->sizePolicy().hasHeightForWidth());
90 Dialog->setSizePolicy(sizePolicy);
91 Dialog->setMinimumSize(QSize(404, 509));
92 Dialog->setMaximumSize(QSize(404, 512));
93 actionCSettingsOK = new QAction(Dialog);
94 actionCSettingsOK->setObjectName(QString::fromUtf8("actionCSettingsOK"));
95 frame = new QFrame(Dialog);
96 frame->setObjectName(QString::fromUtf8("frame"));
97 frame->setGeometry(QRect(0, 0, 401, 151));
98 frame->setFrameShape(QFrame::StyledPanel);
99 frame->setFrameShadow(QFrame::Sunken);
100 frame->setLineWidth(2);
101 layoutWidget = new QWidget(frame);
102 layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
103 layoutWidget->setGeometry(QRect(10, 10, 381, 131));
104 verticalLayout_5 = new QVBoxLayout(layoutWidget);
105 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
106 verticalLayout_5->setContentsMargins(0, 0, 0, 0);
107 verticalLayout = new QVBoxLayout();
108 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
109 horizontalLayout = new QHBoxLayout();
110 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
111 label = new QLabel(layoutWidget);
112 label->setObjectName(QString::fromUtf8("label"));
113 label->setMinimumSize(QSize(120, 0));
114 label->setMargin(5);
115
116 horizontalLayout->addWidget(label);
117
118 cbLayout = new QComboBox(layoutWidget);
119 cbLayout->addItem(QString());
120 cbLayout->addItem(QString());
121 cbLayout->addItem(QString());
122 cbLayout->addItem(QString());
123 cbLayout->addItem(QString());
124 cbLayout->addItem(QString());
125 cbLayout->addItem(QString());
126 cbLayout->addItem(QString());
127 cbLayout->addItem(QString());
128 cbLayout->addItem(QString());
129 cbLayout->addItem(QString());
130 cbLayout->setObjectName(QString::fromUtf8("cbLayout"));
131 cbLayout->setMinimumSize(QSize(150, 0));
132
133 horizontalLayout->addWidget(cbLayout);
134
135 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
136
138
139
141
142 horizontalLayout_3 = new QHBoxLayout();
143 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
144 label_3 = new QLabel(layoutWidget);
145 label_3->setObjectName(QString::fromUtf8("label_3"));
146 label_3->setMinimumSize(QSize(120, 0));
147 label_3->setMargin(5);
148
149 horizontalLayout_3->addWidget(label_3);
150
151 cbExtension = new QComboBox(layoutWidget);
152 cbExtension->addItem(QString());
153 cbExtension->addItem(QString());
154 cbExtension->addItem(QString());
155 cbExtension->addItem(QString());
156 cbExtension->setObjectName(QString::fromUtf8("cbExtension"));
157 cbExtension->setMinimumSize(QSize(150, 0));
158
160
161 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
162
164
165
167
168 horizontalLayout_2 = new QHBoxLayout();
169 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
170 label_2 = new QLabel(layoutWidget);
171 label_2->setObjectName(QString::fromUtf8("label_2"));
172 label_2->setMinimumSize(QSize(120, 0));
173 label_2->setMargin(5);
174
175 horizontalLayout_2->addWidget(label_2);
176
177 leOutput = new QLineEdit(layoutWidget);
178 leOutput->setObjectName(QString::fromUtf8("leOutput"));
179 leOutput->setReadOnly(true);
180
181 horizontalLayout_2->addWidget(leOutput);
182
183 pbOut = new QPushButton(layoutWidget);
184 pbOut->setObjectName(QString::fromUtf8("pbOut"));
185 pbOut->setMaximumSize(QSize(50, 16777215));
186
187 horizontalLayout_2->addWidget(pbOut);
188
189
191
192
194
195 frame_2 = new QFrame(Dialog);
196 frame_2->setObjectName(QString::fromUtf8("frame_2"));
197 frame_2->setGeometry(QRect(0, 150, 401, 61));
198 frame_2->setFrameShape(QFrame::StyledPanel);
199 frame_2->setFrameShadow(QFrame::Raised);
200 layoutWidget1 = new QWidget(frame_2);
201 layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
202 layoutWidget1->setGeometry(QRect(2, 0, 391, 62));
203 horizontalLayout_7 = new QHBoxLayout(layoutWidget1);
204 horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
205 horizontalLayout_7->setContentsMargins(0, 0, 0, 0);
206 verticalLayout_2 = new QVBoxLayout();
207 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
208 horizontalLayout_5 = new QHBoxLayout();
209 horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
210 label_5 = new QLabel(layoutWidget1);
211 label_5->setObjectName(QString::fromUtf8("label_5"));
212
213 horizontalLayout_5->addWidget(label_5);
214
215 cbScope = new QComboBox(layoutWidget1);
216 cbScope->addItem(QString());
217 cbScope->addItem(QString());
218 cbScope->addItem(QString());
219 cbScope->setObjectName(QString::fromUtf8("cbScope"));
220
221 horizontalLayout_5->addWidget(cbScope);
222
223 label_6 = new QLabel(layoutWidget1);
224 label_6->setObjectName(QString::fromUtf8("label_6"));
225
226 horizontalLayout_5->addWidget(label_6);
227
228 cbNameG = new QComboBox(layoutWidget1);
229 cbNameG->setObjectName(QString::fromUtf8("cbNameG"));
230
231 horizontalLayout_5->addWidget(cbNameG);
232
233 cbNameN = new QComboBox(layoutWidget1);
234 cbNameN->setObjectName(QString::fromUtf8("cbNameN"));
235
236 horizontalLayout_5->addWidget(cbNameN);
237
238 cbNameE = new QComboBox(layoutWidget1);
239 cbNameE->setObjectName(QString::fromUtf8("cbNameE"));
240
241 horizontalLayout_5->addWidget(cbNameE);
242
243
245
246 horizontalLayout_6 = new QHBoxLayout();
247 horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
248 label_7 = new QLabel(layoutWidget1);
249 label_7->setObjectName(QString::fromUtf8("label_7"));
250 label_7->setMinimumSize(QSize(40, 0));
251 label_7->setMaximumSize(QSize(47, 16777215));
252
253 horizontalLayout_6->addWidget(label_7);
254
255 leValue = new QLineEdit(layoutWidget1);
256 leValue->setObjectName(QString::fromUtf8("leValue"));
257
258 horizontalLayout_6->addWidget(leValue);
259
260
262
263
265
266 verticalLayout_3 = new QVBoxLayout();
267 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
268 pbAdd = new QPushButton(layoutWidget1);
269 pbAdd->setObjectName(QString::fromUtf8("pbAdd"));
270 pbAdd->setMinimumSize(QSize(75, 0));
271
272 verticalLayout_3->addWidget(pbAdd);
273
274 verticalSpacer = new QSpacerItem(20, 13, QSizePolicy::Minimum, QSizePolicy::Expanding);
275
277
278 pbHelp = new QPushButton(layoutWidget1);
279 pbHelp->setObjectName(QString::fromUtf8("pbHelp"));
280 pbHelp->setMinimumSize(QSize(75, 0));
281
282 verticalLayout_3->addWidget(pbHelp);
283
284
286
287 frame_3 = new QFrame(Dialog);
288 frame_3->setObjectName(QString::fromUtf8("frame_3"));
289 frame_3->setGeometry(QRect(0, 210, 401, 301));
290 frame_3->setFrameShape(QFrame::StyledPanel);
291 frame_3->setFrameShadow(QFrame::Raised);
292 layoutWidget2 = new QWidget(frame_3);
293 layoutWidget2->setObjectName(QString::fromUtf8("layoutWidget2"));
294 layoutWidget2->setGeometry(QRect(7, 6, 391, 291));
295 verticalLayout_4 = new QVBoxLayout(layoutWidget2);
296 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
297 verticalLayout_4->setContentsMargins(0, 0, 0, 0);
298 teAttributes = new QTextEdit(layoutWidget2);
299 teAttributes->setObjectName(QString::fromUtf8("teAttributes"));
300
301 verticalLayout_4->addWidget(teAttributes);
302
303 horizontalLayout_10 = new QHBoxLayout();
304 horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
305 horizontalLayout_8 = new QHBoxLayout();
306 horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
307 pbNew = new QPushButton(layoutWidget2);
308 pbNew->setObjectName(QString::fromUtf8("pbNew"));
309 pbNew->setMinimumSize(QSize(40, 0));
310 pbNew->setMaximumSize(QSize(40, 16777215));
311
312 horizontalLayout_8->addWidget(pbNew);
313
314 pbOpen = new QPushButton(layoutWidget2);
315 pbOpen->setObjectName(QString::fromUtf8("pbOpen"));
316 pbOpen->setMinimumSize(QSize(40, 0));
317 pbOpen->setMaximumSize(QSize(40, 16777215));
318
319 horizontalLayout_8->addWidget(pbOpen);
320
321 pbSave = new QPushButton(layoutWidget2);
322 pbSave->setObjectName(QString::fromUtf8("pbSave"));
323 pbSave->setMinimumSize(QSize(40, 0));
324 pbSave->setMaximumSize(QSize(40, 16777215));
325
326 horizontalLayout_8->addWidget(pbSave);
327
328
330
331 horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
332
334
335 horizontalLayout_9 = new QHBoxLayout();
336 horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
337 btnCancel = new QPushButton(layoutWidget2);
338 btnCancel->setObjectName(QString::fromUtf8("btnCancel"));
339
340 horizontalLayout_9->addWidget(btnCancel);
341
342 btnOK = new QPushButton(layoutWidget2);
343 btnOK->setObjectName(QString::fromUtf8("btnOK"));
344
345 horizontalLayout_9->addWidget(btnOK);
346
347
349
350
352
353
354 retranslateUi(Dialog);
355
356 QMetaObject::connectSlotsByName(Dialog);
357 } // setupUi
358
359 void retranslateUi(QDialog *Dialog)
360 {
361 Dialog->setWindowTitle(QCoreApplication::translate("Dialog", "Dialog", nullptr));
362 actionCSettingsOK->setText(QCoreApplication::translate("Dialog", "CSettingsOK", nullptr));
363 label->setText(QCoreApplication::translate("Dialog", "Layout Engine", nullptr));
364 cbLayout->setItemText(0, QCoreApplication::translate("Dialog", "dot", nullptr));
365 cbLayout->setItemText(1, QCoreApplication::translate("Dialog", "circo", nullptr));
366 cbLayout->setItemText(2, QCoreApplication::translate("Dialog", "fdp", nullptr));
367 cbLayout->setItemText(3, QCoreApplication::translate("Dialog", "neato", nullptr));
368 cbLayout->setItemText(4, QCoreApplication::translate("Dialog", "nop", nullptr));
369 cbLayout->setItemText(5, QCoreApplication::translate("Dialog", "nop1", nullptr));
370 cbLayout->setItemText(6, QCoreApplication::translate("Dialog", "nop2", nullptr));
371 cbLayout->setItemText(7, QCoreApplication::translate("Dialog", "osage", nullptr));
372 cbLayout->setItemText(8, QCoreApplication::translate("Dialog", "patchwork", nullptr));
373 cbLayout->setItemText(9, QCoreApplication::translate("Dialog", "sfdp", nullptr));
374 cbLayout->setItemText(10, QCoreApplication::translate("Dialog", "twopi", nullptr));
375
376 label_3->setText(QCoreApplication::translate("Dialog", "Output file Type", nullptr));
377 cbExtension->setItemText(0, QCoreApplication::translate("Dialog", "png", nullptr));
378 cbExtension->setItemText(1, QCoreApplication::translate("Dialog", "jpg", nullptr));
379 cbExtension->setItemText(2, QCoreApplication::translate("Dialog", "ps", nullptr));
380 cbExtension->setItemText(3, QCoreApplication::translate("Dialog", "dot", nullptr));
381
382 label_2->setText(QCoreApplication::translate("Dialog", "Output File Name", nullptr));
383 pbOut->setText(QCoreApplication::translate("Dialog", "...", nullptr));
384 label_5->setText(QCoreApplication::translate("Dialog", "Scope", nullptr));
385 cbScope->setItemText(0, QCoreApplication::translate("Dialog", "graph", nullptr));
386 cbScope->setItemText(1, QCoreApplication::translate("Dialog", "node", nullptr));
387 cbScope->setItemText(2, QCoreApplication::translate("Dialog", "edge", nullptr));
388
389 label_6->setText(QCoreApplication::translate("Dialog", "Name", nullptr));
390 label_7->setText(QCoreApplication::translate("Dialog", "Value", nullptr));
391 pbAdd->setText(QCoreApplication::translate("Dialog", "Add", nullptr));
392 pbHelp->setText(QCoreApplication::translate("Dialog", "Help", nullptr));
393 pbNew->setText(QCoreApplication::translate("Dialog", "clear", nullptr));
394 pbOpen->setText(QCoreApplication::translate("Dialog", "load", nullptr));
395 pbSave->setText(QCoreApplication::translate("Dialog", "save", nullptr));
396 btnCancel->setText(QCoreApplication::translate("Dialog", "Cancel", nullptr));
397 btnOK->setText(QCoreApplication::translate("Dialog", "OK", nullptr));
398 } // retranslateUi
399
400};
401
402namespace Ui {
403 class Dialog: public Ui_Dialog {};
404} // namespace Ui
405
406QT_END_NAMESPACE
407
408#endif // UI_SETTINGS_H
QComboBox * cbScope
Definition ui_settings.h:55
QVBoxLayout * verticalLayout
Definition ui_settings.h:36
QSpacerItem * horizontalSpacer_3
Definition ui_settings.h:76
QSpacerItem * horizontalSpacer_2
Definition ui_settings.h:44
QPushButton * pbHelp
Definition ui_settings.h:66
QPushButton * pbOpen
Definition ui_settings.h:74
QFrame * frame_3
Definition ui_settings.h:67
QLabel * label_7
Definition ui_settings.h:61
QHBoxLayout * horizontalLayout_2
Definition ui_settings.h:45
QLineEdit * leValue
Definition ui_settings.h:62
QLabel * label_6
Definition ui_settings.h:56
QComboBox * cbNameG
Definition ui_settings.h:57
QLabel * label_3
Definition ui_settings.h:42
QFrame * frame_2
Definition ui_settings.h:49
QComboBox * cbNameE
Definition ui_settings.h:59
QHBoxLayout * horizontalLayout_5
Definition ui_settings.h:53
QHBoxLayout * horizontalLayout_10
Definition ui_settings.h:71
void setupUi(QDialog *Dialog)
Definition ui_settings.h:81
QVBoxLayout * verticalLayout_2
Definition ui_settings.h:52
QHBoxLayout * horizontalLayout_9
Definition ui_settings.h:77
QSpacerItem * verticalSpacer
Definition ui_settings.h:65
QVBoxLayout * verticalLayout_4
Definition ui_settings.h:69
QPushButton * btnOK
Definition ui_settings.h:79
QHBoxLayout * horizontalLayout_6
Definition ui_settings.h:60
QLabel * label_5
Definition ui_settings.h:54
QPushButton * pbOut
Definition ui_settings.h:48
QPushButton * pbNew
Definition ui_settings.h:73
QPushButton * btnCancel
Definition ui_settings.h:78
QLineEdit * leOutput
Definition ui_settings.h:47
QComboBox * cbLayout
Definition ui_settings.h:39
QTextEdit * teAttributes
Definition ui_settings.h:70
QWidget * layoutWidget1
Definition ui_settings.h:50
QFrame * frame
Definition ui_settings.h:33
QHBoxLayout * horizontalLayout_3
Definition ui_settings.h:41
QComboBox * cbExtension
Definition ui_settings.h:43
QPushButton * pbAdd
Definition ui_settings.h:64
QPushButton * pbSave
Definition ui_settings.h:75
QComboBox * cbNameN
Definition ui_settings.h:58
QLabel * label
Definition ui_settings.h:38
QVBoxLayout * verticalLayout_3
Definition ui_settings.h:63
QHBoxLayout * horizontalLayout_7
Definition ui_settings.h:51
QLabel * label_2
Definition ui_settings.h:46
QSpacerItem * horizontalSpacer
Definition ui_settings.h:40
QHBoxLayout * horizontalLayout
Definition ui_settings.h:37
QAction * actionCSettingsOK
Definition ui_settings.h:32
QWidget * layoutWidget
Definition ui_settings.h:34
QHBoxLayout * horizontalLayout_8
Definition ui_settings.h:72
QWidget * layoutWidget2
Definition ui_settings.h:68
QVBoxLayout * verticalLayout_5
Definition ui_settings.h:35
void retranslateUi(QDialog *Dialog)