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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
