[Qt-interest] QWizardPage::wizard() overprotected?
Niels Dekker - no return address
noreply at this.is.invalid
Thu Dec 11 15:06:24 CET 2008
Andreas Pakulat wrote:
> First of all, QWizard is a QDialog, embedding it into any
> other widget is not a supposed usage of that class.
Do you mean that it's simply impossible to place a wizard inside a
QMainWindow, and have it work properly?
> Why can't the statusbar be part of the page itself?
That's a good question. It looks like Qt doesn't supports adding a statusbar
to a dialog. At least not within the Qt4 Designer, or the VS Integration. See
my other posting, and the reply by Tony Rietwyk, "Re: [Qt-interest] How to get
a QStatusBar into the VisualStudio Integration Toolbox?"
Anyway, thanks for your feedback.
Oliver Knoll wrote:
> // muahahahahaaa (*evil laughter*)
> #define private public
> #define protected public
Thanks for your suggestion, but the C++ Standard doesn't allow redefining C++
keywords. And you might end up getting link errors, as mentioned by Thiago
Macieira.
Kind regards, Niels
More information about the Qt-interest-old
mailing list