#include <QObject>
#include <QGraphicsItem>
#include <QGraphicsRectItem>
#include <QGraphicsTextItem>
#include <QGraphicsSceneHoverEvent>
#include <QGraphicsSceneMouseEvent>
#include <QColor>
#include <QPainter>
#include <QPen>
#include <QPointF>
Go to the source code of this file.
Classes | |
class | CornerGrabber |
This object provides a visual cue for the user to grab the corner of a box for dragging (or the end of a line). More... |