[PyKDE] Problems with some C++ sintax
Douglas Soares de Andrade
dsandrade at gmail.com
Thu Dec 15 19:50:26 GMT 2005
My doubt is not before "public", it is after it.
Sorry.
Em Quinta 15 Dezembro 2005 19:38, Douglas Soares de Andrade escreveu:
> 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