<?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[Can you open Qt&#x2F;QML app not in fullscreen so that topbar and toolbar isn&#x27;t there?]]></title><description><![CDATA[<p dir="auto">If I just want to open my app top of everything like 10x10 rectangle midle of screen, so that I can see dashboard, is that possible. I can do that with view.show(); but then I get the default top status bar and bottom toolbar.</p>
]]></description><link>https://forum.qt.io/topic/15288/can-you-open-qt-qml-app-not-in-fullscreen-so-that-topbar-and-toolbar-isn-t-there</link><generator>RSS for Node</generator><lastBuildDate>Thu, 24 Sep 2026 22:47:39 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/15288.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 24 Mar 2012 14:14:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can you open Qt&#x2F;QML app not in fullscreen so that topbar and toolbar isn&#x27;t there? on Tue, 27 Mar 2012 16:57:05 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://qt-project.org/doc/qt-4.8/qmainwindow.html#statusBar" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-4.8/qmainwindow.html#statusBar</a></p>
]]></description><link>https://forum.qt.io/post/133794</link><guid isPermaLink="true">https://forum.qt.io/post/133794</guid><dc:creator><![CDATA[dridk]]></dc:creator><pubDate>Tue, 27 Mar 2012 16:57:05 GMT</pubDate></item><item><title><![CDATA[Reply to Can you open Qt&#x2F;QML app not in fullscreen so that topbar and toolbar isn&#x27;t there? on Tue, 27 Mar 2012 14:56:38 GMT]]></title><description><![CDATA[<p dir="auto">What are those statusbar() and toolbar(), I don't find those?</p>
]]></description><link>https://forum.qt.io/post/133773</link><guid isPermaLink="true">https://forum.qt.io/post/133773</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Tue, 27 Mar 2012 14:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Can you open Qt&#x2F;QML app not in fullscreen so that topbar and toolbar isn&#x27;t there? on Mon, 26 Mar 2012 22:44:03 GMT]]></title><description><![CDATA[<p dir="auto">@void MyWindow::myShow()<br />
{<br />
show();<br />
statusBar()-&gt;hide();<br />
toolbar()-&gt;hide();<br />
resize(QApplication::desktop()-&gt;width(),QApplication::desktop()-&gt;height());</p>
<p dir="auto">}@</p>
<p dir="auto">Then call myShow.. ??<br />
Was it your question ?</p>
]]></description><link>https://forum.qt.io/post/133691</link><guid isPermaLink="true">https://forum.qt.io/post/133691</guid><dc:creator><![CDATA[dridk]]></dc:creator><pubDate>Mon, 26 Mar 2012 22:44:03 GMT</pubDate></item></channel></rss>