Re: [PyQt] Possible QTreeWidgetItem constructor bug

2012-04-17 Thread Glenn Ramsey
On 16/04/12 23:47, Phil Thompson wrote: On Mon, 16 Apr 2012 14:46:54 +1200, Glenn Ramsey wrote: If this QTreeWidgetItem constructor is called with a single string instead of a list of strings for the "strings" parameter, then on my system (Win 7, Python 2.6.5, Qt 4.7.4, PyQt 4.8.5) it crashes

Re: [PyQt] Possible QTreeWidgetItem constructor bug

2012-04-16 Thread Phil Thompson
On Mon, 16 Apr 2012 14:46:54 +1200, Glenn Ramsey wrote: > If this QTreeWidgetItem constructor is called with a single string instead > of a > list of strings for the "strings" parameter, then on my system (Win 7, > Python > 2.6.5, Qt 4.7.4, PyQt 4.8.5) it crashes the python interpreter. > > QTr