[PyQt] Symbol naming system for PyQt under Python 3

Nick Shaforostoff shaforostoff at gmail.com
Fri Dec 12 18:51:00 GMT 2008


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 *

?


More information about the PyQt mailing list