#include "scriptingWidget.hh" #include <QtGui> ScriptWidget::ScriptWidget(QWidget *parent) : QMainWindow(parent) { setupUi(this); }