#include "edgepropertieswidget.h"
#include <QtGui/QWidget>
#include "ui_EdgePropertiesWidget.h"
#include <QString>
#include <QColor>
#include <QPointF>
#include "edge.h"
#include "MainWindow.h"
#include "model_GraphProperties.h"
#include <graph.h>
Go to the source code of this file.