#include "GraphScene.h"
#include "AbstractAction.h"
#include "node.h"
#include "edge.h"
#include "graphDocument.h"
#include "NodeItem.h"
#include "OrientedEdgeItem.h"
#include <QGraphicsItem>
#include <QGraphicsSceneMouseEvent>
#include <QGraphicsSceneWheelEvent>
#include <QKeyEvent>
#include <QtGui/QInputDialog>
#include <QtGui/QLineEdit>
#include <KDebug>
#include "graph.h"
#include "NodePropertiesWidget.h"
#include <QWidget>
#include "ui_NodePropertiesWidget.h"
#include <QPointF>
#include "MainWindow.h"
#include "edgepropertieswidget.h"
Go to the source code of this file.