QtPython QtreeWidget - sortingEnabled Problem

2009-11-16 Thread Threader Slash
Hello Everybody, I trying to do a Qtreewidget to attend a customer design suggestion. I am coding it on QtPython. I did a first try using Qt Designer, then generated the code. But when I try to run it, an error comes out: self.centralwidget.setSortingEnabled(__sortingEnabled) AttributeError:

Solved: QtPython QtreeWidget - sortingEnabled Problem

2009-11-16 Thread Threader Slash
-- -- From: Threader Slash threadersl...@gmail.com To: python-list@python.org Date: Tue, 17 Nov 2009 10:34:34 +1100 Subject: QtPython QtreeWidget - sortingEnabled Problem Hello Everybody, I trying to do a Qtreewidget to attend a customer design suggestion. I am coding