[PyKDE] QtCore.Qt and QtGui.Qt

Phil Thompson phil at riverbankcomputing.co.uk
Thu Mar 2 10:08:27 GMT 2006


On Thursday 02 March 2006 9:59 am, Sreeram Kandallu wrote:
> Phil Thompson wrote:
> > The short answer is that the Python objects are placed in the module
> > corresponding to the C++ library in which they are implemented.
>
> Does this mean that Qt::WindowFlags and such will be moved from
> QtCore.Qt to QtGui.Qt?

No. Even though they are GUI related, Qt implements them in QtCore.

Phil




More information about the PyQt mailing list