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

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to