C++ Qt 82 - Custom QGraphicsItem


Qt C++ 02 Mouse Scrolling with Custom Graphics View



Qt Training: Graphics View (part 2/3): Transformations and Coordinate Systems


Qt TrQt Training: Graphics View (part 3/3): Creating Custom Items



QGraphics Basic Example


Graph in QGraphicsScene


Pin-Diagram QT QGraphicsView


LayerLayers on QGraphicsView?



// Group all selected items together
QGraphicsItemGroup *group = scene->createItemGroup(scene->selecteditems());
...
// Destroy the group, and delete the group item
scene->destroyItemGroup(group);


Selection of items in QGraphicsScene


Extending Selections In QGraphicsView

文章標籤
全站熱搜
創作者介紹
創作者 me1237guy 的頭像
me1237guy

天天向上

me1237guy 發表在 痞客邦 留言(0) 人氣(186)