Search Results

1
vote

Qt Jambi: QAbstractListModel not displaying in QListView

I'm not experienced in Jambi, but shouldn't you be returning a QVariant from method data() instead of returning a Foo? It's not clear to me how the view is going to know how to convert the Foo int …