#include "diagramEditor/editMainRect.h"
EditMainRect::EditMainRect(QGraphicsItem *parent)
: QGraphicsWidget(parent)
{
}
EditMainRect::~EditMainRect()