On Tue, Dec 9, 2008 at 1:09 AM, Terry Brown <[EMAIL PROTECTED]> wrote:
> I might try and make a graph style editor for nodes in leo-qt. I glued > a tk-graph editor on to leo-tk, but it wasn't very pretty (the > graphed.py plugin). I made a simple graph editor on a GTK canvas and > it really wasn't hard, so I don't suppose it will be hard in qt either. It shouldn't be too hard. It can be done with QGraphicsView, and even the basic QGraphicsView example in the Qt book shows how to implement a graph editor. -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
