[PyQt] What is PyQt4.Qt ?
Giovanni Bajo
rasky at develer.com
Wed Jan 30 23:48:14 GMT 2008
On Mon, 2008-01-28 at 13:46 -0800, Peter Shinners wrote:
> I'm looking for a brief description of what the PyQt4.Qt module is? It
> seems to be a combination of QtCore and QtGui into a single namespace?
>
> Is that what this is? A combined module of all the Qt subcomponents
> that were built?
Yes, so that you can do "from PyQt4.Qt import *" and write Python code
with the same look & feel of the C++ one (no verbose prefixes).
--
Giovanni Bajo
More information about the PyQt
mailing list