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 wrote:
> Hi,
>
> On Tue, Nov 27, 2012 at 9:39 PM, Jake Richards wrote:
> > Hello:
> >
Hi,
On Tue, Nov 27, 2012 at 9:39 PM, Jake Richards 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:
>
QtCo
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'
>>> QtCore.QAbstractItemModel.beginMoveRow
On Mon, 26 Nov 2012 15:33:44 -0700, Steve Freitas
wrote:
> Hi all,
>
> I saw this message on the subject earlier:
>
> http://osdir.com/ml/python-pyqt-pykde/2011-03/msg00121.html
>
> Is this still a TODO item, or is there an official way to do this now?
Still TODO.
Phil
___