I am writting a quick application inside another software that use PyQT

In previous version, I could sort all my listwidget without any problem
using the .sortItems()
But in the latest release of that version, I get the following error on
some of my listwidget I try to sort

TypeError: expected 1 arguments, got 0

I tied using Qt.AscendingOrder but it does not help

Its using Qt 4.6.2



-- 
  Hugo Léveillé
  TD Compositing, Vision Globale
  hu...@fastmail.net

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to