[PyKDE] QString and + operator
Eron Lloyd
eronlloyd at gmail.com
Wed Apr 13 16:39:16 BST 2005
I'm making a requirement for a project I'm working on to work with QString
instead of the built-in type as much as possible. Some will obviously
complain about this, needing to cast to str() to keep some pythonic spirit
for concatenation, augmented assignment, etc. I remember seeing in this
message
(http://mats.imk.fraunhofer.de/pipermail/pykde/2002-November/003954.html)
that Phil mentioned supporting the '+' operator for mixed types. I imagine
the problem is determining what to return. Is there still an interest in
exposing this?
Thanks,
Eron
More information about the PyQt
mailing list