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