for draggable text .. learn QGraphicsView(), QGraphicsScene() and QGraphicsTextItem () and how to design this three ... in QGraphicsScene u can drag that text item anywhere freely by just setting the flag
graphicsItem ->setFlag(QGraphicsItem::ItemIsMovable); ..
Bookmarks