All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ScriptWidget.cpp File Reference

A widget that can be used to show and control he execution of a script. More...

#include "../../../common/StringUtils.h"
#include "LexerFactory.h"
#include "ScriptWidget.h"
#include <boost/filesystem.hpp>
#include <boost/format.hpp>
#include <QtCore/QFile>
#include <QtCore/QTextStream>
#include <QtGui/QApplication>
#include <QtGui/QFileDialog>
#include <QtGui/QMessageBox>
#include <QtGui/QVBoxLayout>
#include <Qsci/qsciscintilla.h>

Go to the source code of this file.

Detailed Description

A widget that can be used to show and control he execution of a script.

Definition in file ScriptWidget.cpp.