#include "moduleitem.h"
#include <QGraphicsDropShadowEffect>
#include <QDebug>
#include <QCursor>
#include <QGraphicsScene>
#include <cmath>
Go to the source code of this file.
Macros | |
#define | TRIANGLEH (double)((double)PORT_LINE_WIDTH * (double)sqrt(3.0) ) / 2.0 |
#define TRIANGLEH (double)((double)PORT_LINE_WIDTH * (double)sqrt(3.0) ) / 2.0 |
Definition at line 13 of file moduleitem.cpp.