[PyKDE] QString in PyQt4 - Request for Comments

Phil Thompson phil at riverbankcomputing.co.uk
Wed Oct 19 17:46:48 BST 2005


On Wednesday 19 October 2005 5:23 pm, Jim Bublitz wrote:
> On Wednesday 19 October 2005 00:47, Phil Thompson wrote:
> > QString just wouldn't exist in PyQt4.
>
> Would there still be something to allow me to handle something like:
>
>     QMap<QString, QString>
>
> with sipBuildResult and sipForceConvertTo_QString?

You'd implement that as a %MappedType as you would today.

> Also, KDE still uses QCString in a bunch of places - will that disappear
> too? Same question for QStringList, which is also somewhat redundant, but
> gets used in places KListView.

We're talking PyQt4 - QCString isn't in Qt4.

Phil




More information about the PyQt mailing list