Hi Everyone
I want to add a custom list view to my existing UI project, I read this article, but I think it needs an update now.
http://doc.qt.digia.com/4.7-snapshot/qml-integration.html
I am getting following error if I do it with Qt 5.0 Qt Creator 2.6.1
error: C2664: ‘QBoxLayout::addWidget’ : cannot convert parameter 1 from ‘QQuickView’ to ‘QWidget *’
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
any pointers how I would be able to perform this.
↧