<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Solved] Repaint a QML Scene (QQuickView)]]></title><description><![CDATA[<p dir="auto">Hi,<br />
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?<br />
Actually i want to resize embedded QQuickView automatically.<br />
Thanks</p>
]]></description><link>https://forum.qt.io/topic/29780/solved-repaint-a-qml-scene-qquickview</link><generator>RSS for Node</generator><lastBuildDate>Thu, 24 Sep 2026 16:22:44 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/29780.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Jul 2013 09:09:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved] Repaint a QML Scene (QQuickView) on Tue, 23 Jul 2013 09:50:24 GMT]]></title><description><![CDATA[<p dir="auto">I'm glad to hear that. Please mark this thread as solved.</p>
]]></description><link>https://forum.qt.io/post/187597</link><guid isPermaLink="true">https://forum.qt.io/post/187597</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Tue, 23 Jul 2013 09:50:24 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Repaint a QML Scene (QQuickView) on Tue, 23 Jul 2013 09:48:14 GMT]]></title><description><![CDATA[<p dir="auto">Thanks that solved the problem :)</p>
]]></description><link>https://forum.qt.io/post/187596</link><guid isPermaLink="true">https://forum.qt.io/post/187596</guid><dc:creator><![CDATA[alizadeh91]]></dc:creator><pubDate>Tue, 23 Jul 2013 09:48:14 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Repaint a QML Scene (QQuickView) on Tue, 23 Jul 2013 09:34:19 GMT]]></title><description><![CDATA[<p dir="auto">You can use "setResizeMode()":<a href="http://qt-project.org/doc/qt-5.0/qtquick/qquickview.html#resizeMode-prop" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5.0/qtquick/qquickview.html#resizeMode-prop</a>.</p>
<p dir="auto">You need to resize the widget, not the QML inside - that will be done automartically if you have set up your anchors correctly.</p>
]]></description><link>https://forum.qt.io/post/187590</link><guid isPermaLink="true">https://forum.qt.io/post/187590</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Tue, 23 Jul 2013 09:34:19 GMT</pubDate></item></channel></rss>