Modify Elastic Nodes from QT5 example
Unsolved
General and Desktop
-
Greeting,
I am using this example of graph from QT5
https://doc.qt.io/qt-5/qtwidgets-graphicsview-elasticnodes-example.htmlI want to modify it's node to use QGraphicsEllipseItem so I can change the size of the ellipse because I can't modify the existing one. But I don't how to do it. Can you suggest me how to modify existing node in Elastic Nodes, or how to use QGraphicsEllipseItem for node.
Thanks in advance
-
Hi,
Why about adding a method to that class that would allow you to change the size of the ellipse drawn ?
-
What exactly did you try ?