#include <QFile>
#include <QTextStream>
#include <QtGui>
#include <QtGui/QHeaderView>
#include "jobeditorwidget.h"
#include "jobpropertymodel.h"
#include "jobpropertyitem.h"
#include "jobpropertyitemstring.h"
#include "jobpropertyitemnodes.h"
#include "jobpropertydelegate.h"
#include "../mainwindowimpl.h"
#include "../thread/jobexecute.h"
#include <QtDebug>
Go to the source code of this file.
Definition in file jobeditorwidget.cpp.