[PyKDE] Problems with some C++ sintax
Douglas Soares de Andrade
dsandrade at gmail.com
Thu Dec 15 19:38:23 GMT 2005
Hi all,
Im trying to port the Qt4 example "complexwizard" under the dialog folder.
Here is the code i dont understand:
class LicenseWizardPage : public WizardPage
{
public:
LicenseWizardPage(LicenseWizard *wizard)
: WizardPage(wizard), wizard(wizard) {}
protected:
LicenseWizard *wizard;
};
Can someone explain to me what is happening before the "public:" definition ?
It would be good if someone port this part to python, so i will get the
picture.
TIA
--
Douglas Soares de Andrade
dsandrade (a) gmail.com
GTalk: dsandrade at gmail.com
ICQ: 76277921
Jabber: dsandrade at jabber.org
More information about the PyQt
mailing list