#include <QFont>
#include <QGraphicsObject>
#include <QList>
#include <QMetaObject>
#include <QObject>
#include <QPointF>
#include <QRectF>
#include <QSizeF>
#include <QString>
#include <QtGlobal>
#include "vpieceitem.h"
#include "../vlayout/vtextmanager.h"
Go to the source code of this file.
Classes | |
class | VTextGraphicsItem |
The VTextGraphicsItem class. This class implements text graphics item, which can be dragged around, resized and rotated within the parent item. The text font size will be automatically updated, so that the entire text will fit into the item. More... | |