There is no QListViewItem, so I used QListWidgetItem. I cannot insert those into my QTreeView though and I am not going to turn my QTreeView into a QListView.
________________________________ From: Reinaldo de Carvalho <[email protected]> To: dizou <[email protected]> Cc: [email protected] Sent: Thu, November 18, 2010 9:07:13 AM Subject: Re: [PyQt] QTreeView and sorting I said 'QListViewItem' reimplemented as 'QListViewItemXXxxxx', but you must insert items with 'QListViewItemXXxxxx' on 'QTreeView'. -- Reinaldo de Carvalho http://korreio.sf.net http://python-cyrus.sf.net "While not fully understand a software, don't try to adapt this software to the way you work, but rather yourself to the way the software works" (myself)
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
