<?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[how to push a url with properties in stackview]]></title><description><![CDATA[<p dir="auto">I found this in help:<br />
**Pushing a single item:</p>
<p dir="auto">stackView.push(rect)</p>
<p dir="auto">// or with properties:<br />
stackView.push(rect, {"color": "red"})**</p>
<p dir="auto">but how to push a url with properties in stackview？ thanks~</p>
]]></description><link>https://forum.qt.io/topic/105672/how-to-push-a-url-with-properties-in-stackview</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 20:06:48 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/105672.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Aug 2019 05:36:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to push a url with properties in stackview on Wed, 07 Aug 2019 00:36:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daljit97">@<bdi>daljit97</bdi></a> said in <a href="/post/545015">how to push a url with properties in stackview</a>:</p>
<blockquote>
<p dir="auto">resolvedUrl</p>
</blockquote>
<p dir="auto">thanks~</p>
]]></description><link>https://forum.qt.io/post/545018</link><guid isPermaLink="true">https://forum.qt.io/post/545018</guid><dc:creator><![CDATA[hasson]]></dc:creator><pubDate>Wed, 07 Aug 2019 00:36:56 GMT</pubDate></item><item><title><![CDATA[Reply to how to push a url with properties in stackview on Tue, 06 Aug 2019 23:11:06 GMT]]></title><description><![CDATA[<p dir="auto">This is one way of doing it:</p>
<pre><code>stackView.push(Qt.resolvedUrl("MyPage.qml"), {"color": "red"})
</code></pre>
]]></description><link>https://forum.qt.io/post/545015</link><guid isPermaLink="true">https://forum.qt.io/post/545015</guid><dc:creator><![CDATA[daljit97]]></dc:creator><pubDate>Tue, 06 Aug 2019 23:11:06 GMT</pubDate></item></channel></rss>