[PyKDE] Missing enums
Phil Thompson
phil at river-bank.demon.co.uk
Sat Oct 20 02:44:08 BST 2001
Boudewijn Rempt wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Friday 19 October 2001 19:07, Phil Thompson wrote:
>
> > WNorthWestGravity is Qt2 not Qt3. It's still defined in Qt3 for
> > compatibility reasons but I've chosen not to maintain the same level of
> > backward compatibility.
> >
> > Use WStaticContents instead - even though the Qt3 docs say its part of
> > the API and also internal (I assume the latter is a documentation bug).
>
> I couldn't find a deprecation warning in the version of the Qt docs I have.
> Anyway, it does work, and that's what is important.
Anything in the headers that is wrapped in #ifndef QT_NO_COMPAT (or
something like that) is depracated stuff.
Phil
More information about the PyQt
mailing list