There is no out of the box node editor widget in Qt, you have to create this application by yourself.
And this can be a pretty big project, depending on the feature set you have in mind. You should look into QGraphicsScene and QGraphicsview as a starting point. And then into the QGraphicsItems. Resources: A good starting point are the elasticNodes and diagramScene projects in the Qt4 examples. Coral, very interesting project to look at. Sascha -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected].
