void Scene::startDrag(QPointF start) { QGraphicsPixmapItem *item = dynamic_cast<QGraphicsPixmapItem *> (itemAt(start, QTransform())); QByteArray buffer; ...
確定! 回上一頁