[Qt-interest] QWizardPage: access external data structures?

william.crocker at analog.com william.crocker at analog.com
Sat Feb 27 01:58:50 CET 2010


>> Is it possible to pass to a QWizardPage a reference to an external data
>> structure in order to be able to access that data mid-through a wizard?
> 
> I've managed to pass a reference to a QWizardPage by writing a couple of classes, one which 
> inherited from  QWizard and another which inherited from QWizardPage.  Then I've added methods 
> and member variables to those classes in order to pass around the references.
> 

Hardly anything can be done in Qt
without inheriting from the base Qt classes.

Once you accept that
there is hardly anything that can't be done.

Bill



More information about the Qt-interest-old mailing list