[PyQt] Symbol naming system for PyQt under Python 3

Phil Thompson phil at riverbankcomputing.com
Fri Dec 12 19:03:36 GMT 2008


On Fri, 12 Dec 2008 20:51:00 +0200, "Nick Shaforostoff"
<shaforostoff at gmail.com> wrote:
> 2008/12/12 Phil Thompson <phil at riverbankcomputing.com>:
> 
>> A class in PyQt should have the same name as the class in Qt if at all
>> possible.
> ever tried
> 
> from PyQt4.QtCore import *
> from PyQt4.QtGui import *
> from PyQt4.QtSql import *
> 
> ?

Erm, yes. And your point is?

Phil


More information about the PyQt mailing list