[PyKDE] QListView.setSelectionAnchor() missing in PyQt 3.3.3

Phil Thompson phil at riverbankcomputing.co.uk
Sat Oct 21 11:07:30 BST 2006


On Monday 16 October 2006 11:57 pm, EXT-Harris, Kenneth B wrote:
> Hi all,
>
> (I can't seem to find a Bugzilla or similar for PyQt, so I hope this
> list is an OK place to report bugs.)
>
> QListView.setSelectionAnchor() exists in Qt, but seems to have been the
> victim of a couple of typos in listview.sip.
>
> It looks to me as if it says that setSelectionAnchor(QListViewItem) is a
> method on QListViewItem (instead of QListView), and only if the Qt
> version is after 3.2.0 and before 2.0 (i.e., never).
>
> It should be: QListView::setSelectionAnchor(QListViewItem *item), and it
> should exist for Qt 3.2.0 and newer.

This was fixed a couple of months ago in the snapshots.

Phil




More information about the PyQt mailing list