[PyQt] QtCore.QAbstractItemModel.beginMoveRows missing in pyqt 4.7.3?

Andreas Pakulat apaku at gmx.de
Tue Nov 27 20:56:57 GMT 2012


Hi,

On Tue, Nov 27, 2012 at 9:39 PM, Jake Richards <blaven at gmail.com> wrote:
> Hello:
>   At work, we've got pyqt 4.7.3 installed on our linux boxes.  While trying
> to subclass a QAbstractItemModel, I've found that it doesn't seem to have a
> beginMoveRows or endMoveRows.  Here is some terminal output:
>
>>>> QtCore.PYQT_VERSION_STR
> '4.7.3'

This does not say anything about your Qt version, the PyQt and Qt
versions are not correlated. Check QtCore.qVersion() for the version
of Qt you're using.

Andreas


More information about the PyQt mailing list