Qt-interest Archive, April 2008
QWizard fixed size
Message 1 in thread
I need to fix the QWizard window to a specific size.
I tried to play with setMinimumSize/setMaximumSize... setFixedSize... nothing
helped.
All QWizardPages have layouts and now they stretch themself. But once one of
them bigger then previous ones - QWizard resize itself. Grip "button" is
disabled. But I am still able to change size by dragging border.
Is there anyway to set fixed size for wizard?
Thank you in advance.
Alexander Tumarov.
--
[ signature omitted ]
Message 2 in thread
På Tirsdag 29. april 2008 , 13:00:05 skrev Alexander Tumarov:
> I need to fix the QWizard window to a specific size.
> I tried to play with setMinimumSize/setMaximumSize... setFixedSize...
> nothing helped.
> All QWizardPages have layouts and now they stretch themself. But once one
> of them bigger then previous ones - QWizard resize itself. Grip "button" is
> disabled. But I am still able to change size by dragging border.
> Is there anyway to set fixed size for wizard?
Hi,
This issue has been fixed in Qt 4.4.0.
In Qt 4.4 you can use wizzrd->setFixedSize(...) just fine.
--
[ signature omitted ]
Message 3 in thread
On Tuesday 29 April 2008 14:32:02 Olivier Goffart wrote:
> På Tirsdag 29. april 2008 , 13:00:05 skrev Alexander Tumarov:
> > I need to fix the QWizard window to a specific size.
> > I tried to play with setMinimumSize/setMaximumSize... setFixedSize...
> > nothing helped.
> > All QWizardPages have layouts and now they stretch themself. But once one
> > of them bigger then previous ones - QWizard resize itself. Grip "button"
> > is disabled. But I am still able to change size by dragging border. Is
> > there anyway to set fixed size for wizard?
>
> Hi,
> This issue has been fixed in Qt 4.4.0.
> In Qt 4.4 you can use wizzrd->setFixedSize(...) just fine.
Unfortunatelly it is not acceptable solution for me to upgrade to 4.4.0 (btw
4.4.0 is still in beta as much as I know).
In any way - thank you.
Alexander Tumarov.
--
[ signature omitted ]
Message 4 in thread
On Tuesday 29 April 2008 14:32:02 Olivier Goffart wrote:
> På Tirsdag 29. april 2008 , 13:00:05 skrev Alexander Tumarov:
> > I need to fix the QWizard window to a specific size.
> > I tried to play with setMinimumSize/setMaximumSize... setFixedSize...
> > nothing helped.
> > All QWizardPages have layouts and now they stretch themself. But once one
> > of them bigger then previous ones - QWizard resize itself. Grip "button"
> > is disabled. But I am still able to change size by dragging border. Is
> > there anyway to set fixed size for wizard?
>
> Hi,
> This issue has been fixed in Qt 4.4.0.
> In Qt 4.4 you can use wizzrd->setFixedSize(...) just fine.
Thank you again.
Can you point me to the description of bug?
Thank you in advance.
--
[ signature omitted ]
Message 5 in thread
On Tuesday 29 April 2008 14:57:08 Alexander Tumarov wrote:
> On Tuesday 29 April 2008 14:32:02 Olivier Goffart wrote:
> > På Tirsdag 29. april 2008 , 13:00:05 skrev Alexander Tumarov:
> > > I need to fix the QWizard window to a specific size.
> > > I tried to play with setMinimumSize/setMaximumSize... setFixedSize...
> > > nothing helped.
> > > All QWizardPages have layouts and now they stretch themself. But once
> > > one of them bigger then previous ones - QWizard resize itself. Grip
> > > "button" is disabled. But I am still able to change size by dragging
> > > border. Is there anyway to set fixed size for wizard?
> >
> > Hi,
> > This issue has been fixed in Qt 4.4.0.
> > In Qt 4.4 you can use wizzrd->setFixedSize(...) just fine.
>
> Thank you again.
> Can you point me to the description of bug?
Found it.
>
> Thank you in advance.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body. List archive and information:
> http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]