And you might find examples and ideas and features you wouldn't know about if you don't read, that might help you to better design your code, and better utilize QWizard to your needs.
Don't worry, I 've read everything since a long time ; and tested all examples that Trolltech provides 
If I made a post, that's mean I have no explicit solution. I don't want to disturb anybody if I can find the solution myself.
Ok, take the example "class Wizard" in example, in dialogs
try to launch it and try to resize the "ClassInfoPage": it's not possible ...
comment the
setPixmap
(QWizard
::BannerPixmap,
QPixmap(":/images/banner.png"));
setPixmap(QWizard::BannerPixmap, QPixmap(":/images/banner.png"));
To copy to clipboard, switch view to plain text mode
and you will see that is resizable...
Now if there is someting I've missed, tell me, and I will code for that
Thanks
Bookmarks