[PyKDE] PyQt v4 Roadmap

Toby Dickenson tdickenson at devmail.geminidataloggers.co.uk
Fri Feb 18 08:25:10 GMT 2005


On Friday 18 February 2005 01:32, Giovanni Bajo wrote:

> All Qt names have the form Q+english word(s)

Most do, but not all. PYSIGNAL, IO_Open, bitBlt, qRed, etc

Im sure you were aware of some of those, but the problem with
from X import *
is that you need to be aware of _all_ of them.

Your approach might not be so bad if python supported something like 
from qt import Q*
but it doesnt ;-(

> Are you really saying that qtsql.QDateTable is more readable than
> QDateTable? I totally disagree

Our coding standard would use "from qtsql import QDateTable", then use the 
name as you do.



-- 
Toby Dickenson




More information about the PyQt mailing list