Hi,

Well, I'm not involved in QML development (just a user), so somebody else
can probably answer this.

My guess is that this data type is not supported by QML yet:
see http://doc.qt.nokia.com/4.7-snapshot/qtbinding.html#supported-data-types

Kr,
Chris.

On Thu, Dec 9, 2010 at 12:21 PM, Wei, Xiaohai <wist...@gmail.com> wrote:

> yeah, it works.
>
> Thanks a lot.
>
> why it doesn't work if I return QAbstractListModel* ?
>
> Thanks
>
> James
>
> On Thu, Dec 9, 2010 at 6:16 PM, Chris <dch...@gmail.com> wrote:
>
>>
>>> I used an INVOKABLE method in class A which will return a
>>> QAbstractListModel, and use it as the model of the inner ListView, but it
>>> doesn't work.
>>>
>>> Actually, this works for me.
>> I believe you need to cast the returned model to a QObject* to make it
>> work. For example:
>>
>> Q_INVOKABLE QObject* commentsForActivity(const QString &id) const;
>>
>> Kr,
>> Chris.
>>
>
>
_______________________________________________
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to