Hi,
I'm sure that there is a simple solution to this, but nothing I've tried seems to work... I have a column in my table with entries that are decimal numbers. When I try to sort according to the column, it essentially ignores the decimal point. Thus sorted results come in orders such as:

19.2
19.6
2
2.4
etc...

I've tried using setData and passing the values without converting to text and that didn't resolve the issue. Also, I'm using Qt version 4.2, perhaps this has been changed in a more recent version. Thank you for any help you can provide!

-Michael