On Fri, 2 Apr 1999, David Faure wrote: > On Fri, Apr 02, 1999 at 10:33:03PM +0200, Simon Hausmann wrote: > > > > > IMHO the view management options should be: > > > > > > Split vertically > > > Split horizontally > > > Remove > > > > I agree. > > In terms of user interface, I totally agree. > But with QSplitter's current API, this is not possible. > The new view is either completely on the left, or on the right (or on the > top, or on the bottom). Splitting involves adding a new view next to the > current view, and that's not possible currently. > > [I reported this to TT, but with no success yet] > > Or, Michael, didn't you say you fixed that problem (in KMultiPanner) by > calling moveToFirst several times ? > Yes, I called moveToFirst beginning with the widget at the end until I came to the position of the new widget, inserted it and repeated moveToFirst with the rest of the widgets in the splitter (until the first one). With this solution there is no need for reparenting. I think it's a little bit faster, but it's still a hack. I can implement it in konqy if you like. Greetings, Matthias. --------------------------------------------------------------- From: Matthias Welk voice: +49-30-3463-7272 GMD Fokus fax : +49-30-3463-8272 Kaiserin-Augusta-Allee 31 email: welk@fokus.gmd.de 10589 Berlin ----------------------------------------------------------------