[PyKDE] PyQt4 QStringList (again)

2006-01-26 Thread Doug Bell
Hi, I didn't get any replies to my earlier message about QStringList in PyQt4, but maybe it wasn't clear. So I'll try again. In the example programs, QStringLists are created using stream operators: s = QtCore.QStringList() s 'String 1' 'String 2' This method works, but it isn't very

Re: [PyKDE] PyQt4 QStringList (again)

2006-01-26 Thread Phil Thompson
On Thursday 26 January 2006 2:01 pm, Doug Bell wrote: Hi, I didn't get any replies to my earlier message about QStringList in PyQt4, but maybe it wasn't clear. So I'll try again. In the example programs, QStringLists are created using stream operators: s = QtCore.QStringList() s