<?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[QWidget::showNormal()]]></title><description><![CDATA[<p dir="auto">Hi. I need the widget position to be set to (0, 0) before the call to the showNormal().<br />
Now I do so</p>
<p dir="auto">move (321,0);<br />
showNormal ();</p>
<p dir="auto">But move() occurs after the state of the widget is restored.</p>
<pre><code>qDebug:
pos: 0, 0 // widget is maximized
pos: 321, 123 // call the showNormal()
pos: 321, 0 // move (321, 0)  call after widget is normal
</code></pre>
]]></description><link>https://forum.qt.io/topic/77355/qwidget-shownormal</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 06:27:57 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/77355.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Mar 2017 13:32:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QWidget::showNormal() on Sun, 19 Mar 2017 01:05:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> I need to hide the flicker effect from going to 0 vertically, when the window is restored to its original state.</p>
<p dir="auto">showMaximized()<br />
showNormal()<br />
move(xPos, 0)</p>
]]></description><link>https://forum.qt.io/post/382850</link><guid isPermaLink="true">https://forum.qt.io/post/382850</guid><dc:creator><![CDATA[dxdws]]></dc:creator><pubDate>Sun, 19 Mar 2017 01:05:17 GMT</pubDate></item><item><title><![CDATA[Reply to QWidget::showNormal() on Sat, 18 Mar 2017 16:55:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dxdws">@<bdi>dxdws</bdi></a><br />
Hi<br />
If the window is maximized, im not sure move can be applied.<br />
So it might cache it just like resize when its not shown yet.</p>
]]></description><link>https://forum.qt.io/post/382795</link><guid isPermaLink="true">https://forum.qt.io/post/382795</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Sat, 18 Mar 2017 16:55:39 GMT</pubDate></item></channel></rss>