Re: [PyQt] QTableWidget: sorting floating point numbers

2009-09-24 Thread David Boddie
On Thu Sep 24 15:54:32 BST 2009, Bernard Van Der Stichele wrote: > I still havn't been able to figure out how to sort numbers in a > QTableWidget. Can anyone offer any pointers? I don't think it's possible to do this with a QTableWidget, but it's certainly possible to apply a proxy model to a mod

[PyQt] QTableWidget: sorting floating point numbers

2009-09-24 Thread Bernard Van Der Stichele
I still havn't been able to figure out how to sort numbers in a QTableWidget. Can anyone offer any pointers? thx bernard. ** Hello list members, The row sorting mechanism triggered when clicking on a column header functions by treating cell contents as strings - even if the cell contents we