PyQt-0.11.

I wanted to use qt.QTextBrowser and setup a Mime source using 

        qt.QMimeSourceFactory.defaultFactory().setFilePath ('some path')

Unfortunately, setFilePath() expects a QStringList (I expected a list
of strings).  Unfortunately, PyQt's QStringList doesn't have anyway of
adding more than the initial string specified in the constructor
(i.e. it needs to add the QValueList append() method).

--pete



Reply via email to