[PyQt] QListView.indexesMoved broken
Kovid Goyal
kovid at kovidgoyal.net
Thu Feb 9 16:25:09 GMT 2017
QListView.indexesMoved appears to be broken with PyQt 5.7.1 + Qt 5.8.0
python3 -c "from PyQt5.Qt import *; app = QApplication([]); QListView().indexesMoved"
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: C++ type 'QModelIndexList' is not supported as a signal argument type
This used to work in earlier versions. For example, with PyQt 5.6, the
above outputs:
<bound signal indexesMoved of QListView object at 0x10d59a180>
Kovid.
--
_____________________________________
Dr. Kovid Goyal
http://www.kovidgoyal.net
http://calibre-ebook.com
_____________________________________
More information about the PyQt
mailing list