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
- Re: [PyKDE] QStringList Pete Ware
- Re: [PyKDE] QStringList Phil Thompson
- [PyKDE] QStringList Karolina Lindqvist
- Re: [PyKDE] QStringList Phil Thompson
- Re: [PyKDE] QStringList Karolina Lindqvist
