PDA

View Full Version : Repaint a QML Scene (QQuickView)



alizadeh91
23rd July 2013, 09:54
Hi,
I'm using two widget separated by a splitter. in one widget I've used QQuickView. whenever geometry of QQuickView widget is changed (e.g by changing docwidget position) i want to send it's new geometry to qml by invokemethod. I did it but the problem is that the qml scene will not update itself. Is there any update or repaint method for qml to update itself?
Actually i want to resize embedded QQuickView automatically.
Thanks