00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_EXTERNALPROCESSINGDIALOG_H
00011 #define UI_EXTERNALPROCESSINGDIALOG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QProgressBar>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QTextEdit>
00027 #include <QtGui/QVBoxLayout>
00028
00029 QT_BEGIN_NAMESPACE
00030
00031 class Ui_ExternalProcessingDialog
00032 {
00033 public:
00034 QVBoxLayout *vboxLayout;
00035 QHBoxLayout *hboxLayout;
00036 QVBoxLayout *vboxLayout1;
00037 QLabel *label;
00038 QLabel *label_2;
00039 QLabel *label_4;
00040 QVBoxLayout *vboxLayout2;
00041 QLineEdit *programLineEdit;
00042 QHBoxLayout *hboxLayout1;
00043 QLineEdit *argumentsLineEdit;
00044 QComboBox *argsComboBox;
00045 QProgressBar *progressBar;
00046 QHBoxLayout *hboxLayout2;
00047 QSpacerItem *spacerItem;
00048 QPushButton *startButton;
00049 QPushButton *cancelButton;
00050 QLabel *label_3;
00051 QTextEdit *statusText;
00052
00053 void setupUi(QDialog *ExternalProcessingDialog)
00054 {
00055 if (ExternalProcessingDialog->objectName().isEmpty())
00056 ExternalProcessingDialog->setObjectName(QString::fromUtf8("ExternalProcessingDialog"));
00057 ExternalProcessingDialog->resize(430, 316);
00058 ExternalProcessingDialog->setMinimumSize(QSize(380, 0));
00059 ExternalProcessingDialog->setMaximumSize(QSize(460, 400));
00060 vboxLayout = new QVBoxLayout(ExternalProcessingDialog);
00061 #ifndef Q_OS_MAC
00062 vboxLayout->setSpacing(6);
00063 #endif
00064 #ifndef Q_OS_MAC
00065 vboxLayout->setMargin(9);
00066 #endif
00067 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00068 hboxLayout = new QHBoxLayout();
00069 #ifndef Q_OS_MAC
00070 hboxLayout->setSpacing(6);
00071 #endif
00072 #ifndef Q_OS_MAC
00073 hboxLayout->setMargin(0);
00074 #endif
00075 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00076 vboxLayout1 = new QVBoxLayout();
00077 #ifndef Q_OS_MAC
00078 vboxLayout1->setSpacing(6);
00079 #endif
00080 #ifndef Q_OS_MAC
00081 vboxLayout1->setMargin(0);
00082 #endif
00083 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00084 label = new QLabel(ExternalProcessingDialog);
00085 label->setObjectName(QString::fromUtf8("label"));
00086
00087 vboxLayout1->addWidget(label);
00088
00089 label_2 = new QLabel(ExternalProcessingDialog);
00090 label_2->setObjectName(QString::fromUtf8("label_2"));
00091
00092 vboxLayout1->addWidget(label_2);
00093
00094 label_4 = new QLabel(ExternalProcessingDialog);
00095 label_4->setObjectName(QString::fromUtf8("label_4"));
00096
00097 vboxLayout1->addWidget(label_4);
00098
00099
00100 hboxLayout->addLayout(vboxLayout1);
00101
00102 vboxLayout2 = new QVBoxLayout();
00103 #ifndef Q_OS_MAC
00104 vboxLayout2->setSpacing(6);
00105 #endif
00106 vboxLayout2->setMargin(0);
00107 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00108 programLineEdit = new QLineEdit(ExternalProcessingDialog);
00109 programLineEdit->setObjectName(QString::fromUtf8("programLineEdit"));
00110
00111 vboxLayout2->addWidget(programLineEdit);
00112
00113 hboxLayout1 = new QHBoxLayout();
00114 #ifndef Q_OS_MAC
00115 hboxLayout1->setSpacing(6);
00116 #endif
00117 hboxLayout1->setMargin(0);
00118 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00119 argumentsLineEdit = new QLineEdit(ExternalProcessingDialog);
00120 argumentsLineEdit->setObjectName(QString::fromUtf8("argumentsLineEdit"));
00121
00122 hboxLayout1->addWidget(argumentsLineEdit);
00123
00124 argsComboBox = new QComboBox(ExternalProcessingDialog);
00125 argsComboBox->setObjectName(QString::fromUtf8("argsComboBox"));
00126 argsComboBox->setMinimumSize(QSize(100, 0));
00127
00128 hboxLayout1->addWidget(argsComboBox);
00129
00130
00131 vboxLayout2->addLayout(hboxLayout1);
00132
00133 progressBar = new QProgressBar(ExternalProcessingDialog);
00134 progressBar->setObjectName(QString::fromUtf8("progressBar"));
00135 progressBar->setValue(0);
00136 progressBar->setTextVisible(true);
00137 progressBar->setOrientation(Qt::Horizontal);
00138
00139 vboxLayout2->addWidget(progressBar);
00140
00141
00142 hboxLayout->addLayout(vboxLayout2);
00143
00144
00145 vboxLayout->addLayout(hboxLayout);
00146
00147 hboxLayout2 = new QHBoxLayout();
00148 #ifndef Q_OS_MAC
00149 hboxLayout2->setSpacing(6);
00150 #endif
00151 hboxLayout2->setMargin(0);
00152 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00153 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00154
00155 hboxLayout2->addItem(spacerItem);
00156
00157 startButton = new QPushButton(ExternalProcessingDialog);
00158 startButton->setObjectName(QString::fromUtf8("startButton"));
00159
00160 hboxLayout2->addWidget(startButton);
00161
00162 cancelButton = new QPushButton(ExternalProcessingDialog);
00163 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00164
00165 hboxLayout2->addWidget(cancelButton);
00166
00167
00168 vboxLayout->addLayout(hboxLayout2);
00169
00170 label_3 = new QLabel(ExternalProcessingDialog);
00171 label_3->setObjectName(QString::fromUtf8("label_3"));
00172
00173 vboxLayout->addWidget(label_3);
00174
00175 statusText = new QTextEdit(ExternalProcessingDialog);
00176 statusText->setObjectName(QString::fromUtf8("statusText"));
00177 statusText->setAcceptDrops(false);
00178 statusText->setTextInteractionFlags(Qt::TextSelectableByMouse);
00179
00180 vboxLayout->addWidget(statusText);
00181
00182
00183 retranslateUi(ExternalProcessingDialog);
00184
00185 QMetaObject::connectSlotsByName(ExternalProcessingDialog);
00186 }
00187
00188 void retranslateUi(QDialog *ExternalProcessingDialog)
00189 {
00190 ExternalProcessingDialog->setWindowTitle(QApplication::translate("ExternalProcessingDialog", "External Processing", 0, QApplication::UnicodeUTF8));
00191 label->setText(QApplication::translate("ExternalProcessingDialog", "Program", 0, QApplication::UnicodeUTF8));
00192 label_2->setText(QApplication::translate("ExternalProcessingDialog", "Arguments", 0, QApplication::UnicodeUTF8));
00193 label_4->setText(QApplication::translate("ExternalProcessingDialog", "Progress", 0, QApplication::UnicodeUTF8));
00194 programLineEdit->setText(QApplication::translate("ExternalProcessingDialog", "sox", 0, QApplication::UnicodeUTF8));
00195 startButton->setText(QApplication::translate("ExternalProcessingDialog", "Start", 0, QApplication::UnicodeUTF8));
00196 cancelButton->setText(QApplication::translate("ExternalProcessingDialog", "Cancel", 0, QApplication::UnicodeUTF8));
00197 label_3->setText(QApplication::translate("ExternalProcessingDialog", "Program output", 0, QApplication::UnicodeUTF8));
00198 Q_UNUSED(ExternalProcessingDialog);
00199 }
00200
00201 };
00202
00203 namespace Ui {
00204 class ExternalProcessingDialog: public Ui_ExternalProcessingDialog {};
00205 }
00206
00207 QT_END_NAMESPACE
00208
00209 #endif // UI_EXTERNALPROCESSINGDIALOG_H