<?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[QQuickView fullscreen glitch OSX?]]></title><description><![CDATA[<p dir="auto">I'm running into a problem on OS X 10.7.5 with a QtQuick 2.0 app using Qt5 beta.</p>
<p dir="auto">@int main(int argc, char *argv[], char *envp[])<br />
{<br />
QApplication app(argc, argv);<br />
QQuickView view;</p>
<pre><code>view.setSource("main.qml");
view.showFullScreen();

return app.exec();
</code></pre>
<p dir="auto">}<br />
@</p>
<p dir="auto">The QuickView is shown in normal windowed mode.  Both the showMinimized() and showMaximized() slots work as expected, just the showFullScreen() doesn't work.  Identical code works fine on Ubuntu.  Is this a bug of some sorts, possibly relating to funky fullscreen APIs in Lion+?  Are there any known fixes or workarounds?</p>
<p dir="auto">thanks,</p>
<p dir="auto">AF</p>
]]></description><link>https://forum.qt.io/topic/20459/qquickview-fullscreen-glitch-osx</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 07:25:38 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/20459.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Oct 2012 23:47:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QQuickView fullscreen glitch OSX? on Sat, 25 May 2013 06:29:56 GMT]]></title><description><![CDATA[<p dir="auto">Yeah got the same issue here</p>
]]></description><link>https://forum.qt.io/post/175125</link><guid isPermaLink="true">https://forum.qt.io/post/175125</guid><dc:creator><![CDATA[rocketchicken]]></dc:creator><pubDate>Sat, 25 May 2013 06:29:56 GMT</pubDate></item><item><title><![CDATA[Reply to QQuickView fullscreen glitch OSX? on Thu, 23 May 2013 06:13:51 GMT]]></title><description><![CDATA[<p dir="auto">Give it a try: Before showFullScreen(): view.setFlags(Qt::WindowFullscreenButtonHint);</p>
]]></description><link>https://forum.qt.io/post/175108</link><guid isPermaLink="true">https://forum.qt.io/post/175108</guid><dc:creator><![CDATA[laureon]]></dc:creator><pubDate>Thu, 23 May 2013 06:13:51 GMT</pubDate></item><item><title><![CDATA[Reply to QQuickView fullscreen glitch OSX? on Wed, 22 May 2013 14:01:20 GMT]]></title><description><![CDATA[<p dir="auto">Same problem with QWindow on OS X 10.7.4 with Qt 5.1.0 beta:</p>
<p dir="auto">@</p>
<p dir="auto">QGuiApplication app(argc, argv);</p>
<p dir="auto">QWindow win;<br />
win.showFullScreen();</p>
<p dir="auto">return app.exec();</p>
<p dir="auto">@</p>
<p dir="auto">the window will be displayed at normal size ... not fullscreen ....</p>
]]></description><link>https://forum.qt.io/post/175109</link><guid isPermaLink="true">https://forum.qt.io/post/175109</guid><dc:creator><![CDATA[plasmo]]></dc:creator><pubDate>Wed, 22 May 2013 14:01:20 GMT</pubDate></item><item><title><![CDATA[Reply to QQuickView fullscreen glitch OSX? on Fri, 17 May 2013 14:49:47 GMT]]></title><description><![CDATA[<p dir="auto">Same problem here. OSX Lion and Qt5.1.0 beta.</p>
]]></description><link>https://forum.qt.io/post/175073</link><guid isPermaLink="true">https://forum.qt.io/post/175073</guid><dc:creator><![CDATA[jbarbosa]]></dc:creator><pubDate>Fri, 17 May 2013 14:49:47 GMT</pubDate></item></channel></rss>