<?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 we open 2 qwidget simulatenously]]></title><description><![CDATA[<p dir="auto">i have taken a tcp/ip server client code from Qtexample[Fortune], and a analog clock example, firstly i run a tcp server and client program, now in tcp server program , in file server.cpp, in function send fortune, i am calling analog clock code[clock.show()], so it comes just for .1 second and disappear, i want to show this clock also, means that clock stay there.</p>
]]></description><link>https://forum.qt.io/topic/12472/how-can-we-open-2-qwidget-simulatenously</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 20:44:36 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/12472.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Dec 2011 11:13:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can we open 2 qwidget simulatenously on Thu, 22 Dec 2011 13:13:09 GMT]]></title><description><![CDATA[<p dir="auto">Can you post the code that opens/shows the clock? I suspect that either you are allocating it on the stack, as miroslav suggested, or you are opening it thru a widget that is going to be deleted.</p>
]]></description><link>https://forum.qt.io/post/121556</link><guid isPermaLink="true">https://forum.qt.io/post/121556</guid><dc:creator><![CDATA[fluca1978]]></dc:creator><pubDate>Thu, 22 Dec 2011 13:13:09 GMT</pubDate></item><item><title><![CDATA[Reply to How can we open 2 qwidget simulatenously on Thu, 22 Dec 2011 12:05:48 GMT]]></title><description><![CDATA[<p dir="auto">A common mistake is to create the widget variable on the stack, instead of using new. Showing multiple top-level widgets is not a problem in Qt.</p>
]]></description><link>https://forum.qt.io/post/121550</link><guid isPermaLink="true">https://forum.qt.io/post/121550</guid><dc:creator><![CDATA[miroslav]]></dc:creator><pubDate>Thu, 22 Dec 2011 12:05:48 GMT</pubDate></item></channel></rss>