<?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[Display Item in full-screen]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I am working on an app which is composed of a lot of sidebars/control elements/menu bar, and a 3D view (<code>QQuickFramebufferObject</code>) and I wanted that when pressing F5 (are any other key, it does not matter), the 3D view would occupy the whole window and the window would go fullscreen.</p>
<p dir="auto">On the fullscreen part, that's easy, I simply call <code>showFullScreen</code> on my Window.</p>
<p dir="auto">But I can't find a way to make my 3D view use the whole window space. The 3D view is far in the item tree and would be hidden by other things (and I don't know if there is a way to absolutely position items in Window coordinates when you are deep in the Item tree).</p>
<p dir="auto">My question is: Is there a way to achieve this effect without losing the 3D view OpenGL context and all the attached Qt connexions/attributes/etc (ie: Without C++ or QML noticing that the 3D view Item is not at the same place it was before)</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.qt.io/topic/112972/display-item-in-full-screen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 08:57:43 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/112972.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Mar 2020 13:14:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Display Item in full-screen on Mon, 30 Mar 2020 08:27:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ebatsin">@<bdi>ebatsin</bdi></a> hi</p>
<p dir="auto">have you thought about simply creating a new Window(.qml) component that contains the context of your 3dView.</p>
<p dir="auto">Create that and show that in full screen ? Instead of moving your whole application in fullscreen ?</p>
<p dir="auto">May be a workaround for the issue 🤷‍♂️</p>
]]></description><link>https://forum.qt.io/post/585512</link><guid isPermaLink="true">https://forum.qt.io/post/585512</guid><dc:creator><![CDATA[J.Hilk]]></dc:creator><pubDate>Mon, 30 Mar 2020 08:27:51 GMT</pubDate></item><item><title><![CDATA[Reply to Display Item in full-screen on Mon, 30 Mar 2020 08:15:15 GMT]]></title><description><![CDATA[<p dir="auto">Anyone with even just an idea on how this could be achieved ?</p>
]]></description><link>https://forum.qt.io/post/585508</link><guid isPermaLink="true">https://forum.qt.io/post/585508</guid><dc:creator><![CDATA[ebatsin]]></dc:creator><pubDate>Mon, 30 Mar 2020 08:15:15 GMT</pubDate></item></channel></rss>