#include "graphwidget.h" GraphWidget::GraphWidget(QWidget *parent) : QWidget(parent) { } GraphWidget::~GraphWidget() { }