Flowchart drawing
-
Hi,
What is the best way to implement automatic flow chart drawing?- I have to be able to customize the graphical units
- The Qt will arrange them in some sort of flowchart
- The graphical units have to be interactive (means: pressing them will generate something - for example an LMB menu)
- I work in an open-source version.
Thanks,
Ilan
-
@JonB I did not do anything. The first step I do when having a project is to look for general guidelines from people that giving such general advice is easy. This is usually the best way, because the effort of searching and trying to understand every option if it appropriate for my needs, consume a lot of time.
To be precise the auto arranging feature is what I am looking for. -
Hi
A talented friend of mine - made this library
https://forum.qt.io/topic/104100/diagram-schematic-components-library
which have many nice features out of the box.Have a look if would fit your requirements or be an option for a base for your own solution.
There is also
https://doc.qt.io/qt-5/qtwidgets-graphicsview-diagramscene-example.html
Which is a mini flow chart-ish app.