On Fri, Oct 24, 2008 at 1:08 PM, Kent Tenney <[EMAIL PROTECTED]> wrote:

> I've mentioned this before, but just in case the QT stuff has changed
> the landscape, making it feasible ...
>
> My favorite pane arrangement would be editor and outline side by side
> with the log along the bottom.

This is trivial to do once we change leo to dynamically load the ui
layout file created by designer. It's a few hours of work.

The created .ui files just need to have pre-defined object names
('bodyPane', 'treePane' or whatever), and be of the right type, but it
won't matter to leo at all where the widget resides in the window. Leo
just needs to hook the ui widgets up with leoTree, ..

I guess we should make it easy to change the ui layout on the fly,
since users will occasionally want to change the way they work with
the outline (e.g. when they focus on the body, ad don't care about the
tree / log for a while.

Here's an example of dynamically loading the ui (using uic module):

http://www.riverbankcomputing.com/pipermail/pyqt/2007-April/015902.html

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to