I\'m working on making a editable flowchart and I\'m having a lot of issues conceptually with Qt. I\'ve tried many different ways of implementing classes ranging from QTre
There is a Diagram Scene Example which uses the Graphics View framework to make flowchart diagrams. It is an application in which you can add flowchart shapes and text and connect the shapes by arrows. The shapes, arrows, and text can be given different colors, and it is possible to change the font, style, and underline of the text.
You can take a look at the code and see how to create custom graphics items and handle mouse events and movement of items.