nodeeditor
nodeeditor copied to clipboard
How to convert types in the v3
The registerTypeConverter is used in v2.
Can you also add an example in the third version?
It looks like I need to re-enable this code for the "Data Flow" classes. And leave it up to users for general graph-visualization codes (via inheriting AbstractGraphModel::connectionPossible(ConnectionId)).
I'll restore the missing code soon and will improve the visuals of the "converting" connection.
How to use AbstractGraphModel::connectionPossible(ConnectionId) and type converter? Does anyone have an example about it?