> > This is Leo issue #1068 > <https://github.com/leo-editor/leo-editor/issues/1068>. I've changed my > mind: I'll certainly play with this project. However, I still have no > commitment to folding this into Leo. >
Glad to here it. May I suggest you to try using QGraphicsScene, QGraphicsView and QGraphicsItems. They would be perfect match for FastRedraw code. You may place one QGraphicsView widget in its own pane so it may coexist with the outline pane while experimenting and can be updated by a script button. Clicking in the new widget can be delegated to the old tree widget. That way it would be possible to find which code parts from the old tree widget should be copied to the new one. And finally it might be possible at the end to switch from the old tree widget to the new one during the GUI initialization. The changes in the Leo code would be minimal. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
