> No, but a few ideas have been thrown around on the list in the past couple > of days. > > Your suggestion is nice and concise - the dropping of SIGNAL() was briefly > discussed during developed of PyQt4.
Allowing string arguments for the signal/slot name would be a good improvement. Hopefully the change can be made for connect and emit. I'd still vote for connect to be a method on QObject instances. Since the first argument to connect must always be a QObject instance (?), it would cut down on the awkwardness. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
