On Thu, Oct 02, 2008 at 05:10:07PM +0200, Pavel Sanda wrote: > Enrico Forestieri wrote: > > On Tue, Sep 30, 2008 at 04:02:15PM +0200, Jean-Marc Lasgouttes wrote: > > > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > > > > 4.2 version and save it again? > > > > > > I daren't change this thing since I do not understand what it does, but > > > all I can say is that the hor/vert sizes of the list in designer appear > > > as 'Fixed', whereas one of 'Ignored' or "expanding' looks much better to > > > me. > > > > The attached patch does the trick for me. > > i assimilated this patch for the current version of outliner. JMarc, can you > report whether the issue is fixed now?
Actually, I get the following error with Qt 4.2.3: ./ui_TocUi.h: In member function `void Ui_TocUi::setupUi(QWidget*)': ./ui_TocUi.h:92: error: 'class QVBoxLayout' has no member named 'setLeftMargin' but after simply loading and saving again TocUi.ui with the 4.2.3 designer, everything is fine. -- Enrico