Hi,

On Tue, Nov 27, 2012 at 9:39 PM, Jake Richards <bla...@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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to