9 #ifndef EXPERTOPTIONSWIDGET_H
10 #define EXPERTOPTIONSWIDGET_H
12 #include <QtGui/QPlainTextEdit>
13 #include <QtGui/QPushButton>
14 #include <QtGui/QWidget>
15 #include <QtGui/QButtonGroup>
17 #include "xobjects/mainobject.h"
19 #include "xwidgets/xcommandpreviewidget.h"
34 QPlainTextEdit *txtExtraArgs;
35 QPlainTextEdit *txtExtraEnv;
36 QLineEdit *txtRuntime;
39 QComboBox *comboLogLevels;
45 void setx(QString option,
bool enabled, QString value);
56 void on_upx(QString option,
bool enabled, QString value);
59 #endif // EXPERTOPTIONSWIDGET_H