[Qt-interest] QWizardPage: access external data structures?
Rui Maciel
rui.maciel at gmail.com
Sat Feb 27 00:28:00 CET 2010
Rui Maciel wrote:
> 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.
Rui Maciel
More information about the Qt-interest-old
mailing list