1 /********************************************************************************
2 ** Form generated from reading UI file 'ExternalProcessingDialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.7.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_EXTERNALPROCESSINGDIALOG_H
10 #define UI_EXTERNALPROCESSINGDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QProgressBar>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QTextEdit>
26 #include <QtWidgets/QVBoxLayout>
27 
28 QT_BEGIN_NAMESPACE
29 
30 class Ui_ExternalProcessingDialog
31 {
32 public:
33     QVBoxLayout *vboxLayout;
34     QHBoxLayout *hboxLayout;
35     QVBoxLayout *vboxLayout1;
36     QLabel *label;
37     QLabel *label_2;
38     QLabel *label_4;
39     QVBoxLayout *vboxLayout2;
40     QLineEdit *programLineEdit;
41     QHBoxLayout *hboxLayout1;
42     QLineEdit *argumentsLineEdit;
43     QComboBox *argsComboBox;
44     QProgressBar *progressBar;
45     QHBoxLayout *hboxLayout2;
46     QSpacerItem *spacerItem;
47     QPushButton *startButton;
48     QPushButton *cancelButton;
49     QLabel *label_3;
50     QTextEdit *statusText;
51 
setupUi(QDialog * ExternalProcessingDialog)52     void setupUi(QDialog *ExternalProcessingDialog)
53     {
54         if (ExternalProcessingDialog->objectName().isEmpty())
55             ExternalProcessingDialog->setObjectName(QStringLiteral("ExternalProcessingDialog"));
56         ExternalProcessingDialog->resize(430, 316);
57         ExternalProcessingDialog->setMinimumSize(QSize(380, 0));
58         ExternalProcessingDialog->setMaximumSize(QSize(460, 400));
59         vboxLayout = new QVBoxLayout(ExternalProcessingDialog);
60 #ifndef Q_OS_MAC
61         vboxLayout->setSpacing(6);
62 #endif
63 #ifndef Q_OS_MAC
64         vboxLayout->setContentsMargins(9, 9, 9, 9);
65 #endif
66         vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
67         hboxLayout = new QHBoxLayout();
68 #ifndef Q_OS_MAC
69         hboxLayout->setSpacing(6);
70 #endif
71 #ifndef Q_OS_MAC
72         hboxLayout->setContentsMargins(0, 0, 0, 0);
73 #endif
74         hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
75         vboxLayout1 = new QVBoxLayout();
76 #ifndef Q_OS_MAC
77         vboxLayout1->setSpacing(6);
78 #endif
79 #ifndef Q_OS_MAC
80         vboxLayout1->setContentsMargins(0, 0, 0, 0);
81 #endif
82         vboxLayout1->setObjectName(QStringLiteral("vboxLayout1"));
83         label = new QLabel(ExternalProcessingDialog);
84         label->setObjectName(QStringLiteral("label"));
85 
86         vboxLayout1->addWidget(label);
87 
88         label_2 = new QLabel(ExternalProcessingDialog);
89         label_2->setObjectName(QStringLiteral("label_2"));
90 
91         vboxLayout1->addWidget(label_2);
92 
93         label_4 = new QLabel(ExternalProcessingDialog);
94         label_4->setObjectName(QStringLiteral("label_4"));
95 
96         vboxLayout1->addWidget(label_4);
97 
98 
99         hboxLayout->addLayout(vboxLayout1);
100 
101         vboxLayout2 = new QVBoxLayout();
102 #ifndef Q_OS_MAC
103         vboxLayout2->setSpacing(6);
104 #endif
105         vboxLayout2->setContentsMargins(0, 0, 0, 0);
106         vboxLayout2->setObjectName(QStringLiteral("vboxLayout2"));
107         programLineEdit = new QLineEdit(ExternalProcessingDialog);
108         programLineEdit->setObjectName(QStringLiteral("programLineEdit"));
109 
110         vboxLayout2->addWidget(programLineEdit);
111 
112         hboxLayout1 = new QHBoxLayout();
113 #ifndef Q_OS_MAC
114         hboxLayout1->setSpacing(6);
115 #endif
116         hboxLayout1->setContentsMargins(0, 0, 0, 0);
117         hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
118         argumentsLineEdit = new QLineEdit(ExternalProcessingDialog);
119         argumentsLineEdit->setObjectName(QStringLiteral("argumentsLineEdit"));
120 
121         hboxLayout1->addWidget(argumentsLineEdit);
122 
123         argsComboBox = new QComboBox(ExternalProcessingDialog);
124         argsComboBox->setObjectName(QStringLiteral("argsComboBox"));
125         argsComboBox->setMinimumSize(QSize(100, 0));
126 
127         hboxLayout1->addWidget(argsComboBox);
128 
129 
130         vboxLayout2->addLayout(hboxLayout1);
131 
132         progressBar = new QProgressBar(ExternalProcessingDialog);
133         progressBar->setObjectName(QStringLiteral("progressBar"));
134         progressBar->setValue(0);
135         progressBar->setTextVisible(true);
136         progressBar->setOrientation(Qt::Horizontal);
137 
138         vboxLayout2->addWidget(progressBar);
139 
140 
141         hboxLayout->addLayout(vboxLayout2);
142 
143 
144         vboxLayout->addLayout(hboxLayout);
145 
146         hboxLayout2 = new QHBoxLayout();
147 #ifndef Q_OS_MAC
148         hboxLayout2->setSpacing(6);
149 #endif
150         hboxLayout2->setContentsMargins(0, 0, 0, 0);
151         hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
152         spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
153 
154         hboxLayout2->addItem(spacerItem);
155 
156         startButton = new QPushButton(ExternalProcessingDialog);
157         startButton->setObjectName(QStringLiteral("startButton"));
158 
159         hboxLayout2->addWidget(startButton);
160 
161         cancelButton = new QPushButton(ExternalProcessingDialog);
162         cancelButton->setObjectName(QStringLiteral("cancelButton"));
163 
164         hboxLayout2->addWidget(cancelButton);
165 
166 
167         vboxLayout->addLayout(hboxLayout2);
168 
169         label_3 = new QLabel(ExternalProcessingDialog);
170         label_3->setObjectName(QStringLiteral("label_3"));
171 
172         vboxLayout->addWidget(label_3);
173 
174         statusText = new QTextEdit(ExternalProcessingDialog);
175         statusText->setObjectName(QStringLiteral("statusText"));
176         statusText->setAcceptDrops(false);
177         statusText->setTextInteractionFlags(Qt::TextSelectableByMouse);
178 
179         vboxLayout->addWidget(statusText);
180 
181 
182         retranslateUi(ExternalProcessingDialog);
183 
184         QMetaObject::connectSlotsByName(ExternalProcessingDialog);
185     } // setupUi
186 
retranslateUi(QDialog * ExternalProcessingDialog)187     void retranslateUi(QDialog *ExternalProcessingDialog)
188     {
189         ExternalProcessingDialog->setWindowTitle(QApplication::translate("ExternalProcessingDialog", "External Processing", Q_NULLPTR));
190         label->setText(QApplication::translate("ExternalProcessingDialog", "Program", Q_NULLPTR));
191         label_2->setText(QApplication::translate("ExternalProcessingDialog", "Arguments", Q_NULLPTR));
192         label_4->setText(QApplication::translate("ExternalProcessingDialog", "Progress", Q_NULLPTR));
193         programLineEdit->setText(QApplication::translate("ExternalProcessingDialog", "sox", Q_NULLPTR));
194         startButton->setText(QApplication::translate("ExternalProcessingDialog", "Start", Q_NULLPTR));
195         cancelButton->setText(QApplication::translate("ExternalProcessingDialog", "Cancel", Q_NULLPTR));
196         label_3->setText(QApplication::translate("ExternalProcessingDialog", "Program output", Q_NULLPTR));
197     } // retranslateUi
198 
199 };
200 
201 namespace Ui {
202     class ExternalProcessingDialog: public Ui_ExternalProcessingDialog {};
203 } // namespace Ui
204 
205 QT_END_NAMESPACE
206 
207 #endif // UI_EXTERNALPROCESSINGDIALOG_H
208