Dear community,

So I have been working with Rob on the non-linear writing project for a
week already, and I'm focusing on implementing the corkboard graphics Ui.
We planned to implement it using the graphic view framework, but I tried
QML and think it's really cool. I want to hear from the community to what
degree should I use QML in corkboard UI. I was planning to use
QGraphicsItem for the card, QGraphicsScene for the board, and QGraphicsView
for the view, and integrate them into the document model later; right now,
I'm thinking of using QML for the entire UI part, using a GridView
component for the board, but I'm not sure whether it's preferable in the
long run and whether the document model can make use of the GridView
component.

Also, I'm still very confused about using drag and drop; could anyone point
to me some good resources to learn the graphic view framework's drag and
drop? Thanks in advance.

Ashley

Reply via email to