[PyQt] Symbol naming system for PyQt under Python 3

Paul A. Giannaros paul at giannaros.org
Fri Dec 12 18:09:56 GMT 2008


Hi all,

When there was a discussion regarding PyQt wishes for Python 3.0 I
proposed changing the mechanism by which you refer to symbols[1] .
Thus something like "QtGui.QApplication" could be refered to as
"Qt.Application".
As Qt does not use namespaces itself, there would be no conflicts of
names. The idea is that you'd then import any module and its symbols
would then be added to the Qt namespace when you've done so. This
system would therefore save on redundant typing while sidestepping
namespace pollution.

Any thoughts on this?


[1] http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg15075.html



Paul Giannaros


More information about the PyQt mailing list