<?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 can i get item from another Page?]]></title><description><![CDATA[<p dir="auto">I need to get an object from another page, the code is in one file . How can I do it?</p>
<pre><code> ScrollView
    {
        Page
        {
            id: firstPage
            height: 500
            width: 600
            ColumnLayout
            {
                Rectangle
                {
                  id: recPull
                }
    
                ///
            }
        }
    }
    
    ScrollView
    {
        Page
        {
            id: secondPage
            height: 500
            width: 600
            ColumnLayout
            {
                
                ///here i Rectangle with id recPull
            }
        }
    }
</code></pre>
]]></description><link>https://forum.qt.io/topic/116722/how-can-i-get-item-from-another-page</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 17:14:55 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/116722.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Jul 2020 20:51:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can i get item from another Page? on Tue, 07 Jul 2020 06:42:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dheerendra">@<bdi>dheerendra</bdi></a><br />
I want a rectangle to appear on both pages.</p>
]]></description><link>https://forum.qt.io/post/605203</link><guid isPermaLink="true">https://forum.qt.io/post/605203</guid><dc:creator><![CDATA[JobRecrd]]></dc:creator><pubDate>Tue, 07 Jul 2020 06:42:51 GMT</pubDate></item><item><title><![CDATA[Reply to How can i get item from another Page? on Tue, 07 Jul 2020 04:42:43 GMT]]></title><description><![CDATA[<p dir="auto">If you are in same file, you can access the id directly. Any problem are you facing ?</p>
]]></description><link>https://forum.qt.io/post/605187</link><guid isPermaLink="true">https://forum.qt.io/post/605187</guid><dc:creator><![CDATA[dheerendra]]></dc:creator><pubDate>Tue, 07 Jul 2020 04:42:43 GMT</pubDate></item></channel></rss>