On Tue, Nov 25, 2008 at 9:03 PM, leo_hag <[EMAIL PROTECTED]> wrote: > This demo is availiable in the lp:~leo-hag/leo-editor/hag-qt-plugin > branch.
This can be betrayingly simple (that's how qt ui started, i.e. in qleolite). You can do this in real leo by just opening qt_main.ui in ui designer, and changing the widgets to be docked instead of being split by a splitters. That kind of implementation is also directly usable by the "real" leo. I'm afraid using a custom tree widget would not be technically viable - you immediately lose the ability to benefit from any enhancements tree widget will receive (as implemented by the qt developers) in the future, and it will most likely be slower as well. -- 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 -~----------~----~----~----~------~----~------~--~---
