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

Jake Richards blaven at gmail.com
Tue Nov 27 21:29:45 GMT 2012


Ahhh... I apologize, I completely forgot about that.  My version is built
against qt version '4.5.3' and that would explain the missing functions.
Thank you!




On Tue, Nov 27, 2012 at 3:56 PM, Andreas Pakulat <apaku at gmx.de> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20121127/40c3229a/attachment.html>


More information about the PyQt mailing list