<?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[Bei schließen Dialog mit Button Abbrechen, MainWindow mit schließen! C++]]></title><description><![CDATA[<p dir="auto">Hallo ich brauche schnell Hlfe!</p>
<p dir="auto">Ich habe ein Dialog "Login", der mit dem MainWindow zusammen offnet!<br />
Das Offnen von Dialog "Login" starter in Datei "main.ccp" mit code</p>
<pre><code>einloggen Einlogen;
Einlogen.setModal(true);
Einlogen.exec();
</code></pre>
<p dir="auto">Ich will das bei drücken Button "Abbrechen" in Dialog "Login",<br />
Mainwindow mit schließt!</p>
<p dir="auto">danke Vorraus!!</p>
]]></description><link>https://forum.qt.io/topic/128150/bei-schließen-dialog-mit-button-abbrechen-mainwindow-mit-schließen-c</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 15:10:25 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/128150.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Jul 2021 10:03:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bei schließen Dialog mit Button Abbrechen, MainWindow mit schließen! C++ on Sat, 03 Jul 2021 10:55:03 GMT]]></title><description><![CDATA[<p dir="auto">JA, OK dann mit !</p>
<pre><code>QApplication::quit();
</code></pre>
]]></description><link>https://forum.qt.io/post/668697</link><guid isPermaLink="true">https://forum.qt.io/post/668697</guid><dc:creator><![CDATA[gerasifbesmumu]]></dc:creator><pubDate>Sat, 03 Jul 2021 10:55:03 GMT</pubDate></item><item><title><![CDATA[Reply to Bei schließen Dialog mit Button Abbrechen, MainWindow mit schließen! C++ on Sat, 03 Jul 2021 10:23:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gerasifbesmumu">@<bdi>gerasifbesmumu</bdi></a> said in <a href="/post/668694">Bei schließen Dialog mit Button Abbrechen, MainWindow mit schließen! C++</a>:</p>
<blockquote>
<p dir="auto">Einlogen.exec();</p>
</blockquote>
<p dir="auto">Diese <a href="https://doc.qt.io/qt-5/qdialog.html#exec" target="_blank" rel="noopener noreferrer nofollow ugc">Funktion</a> gibt einen Rückgabewert zurück. Damit kannst Du dann entweder das Programm beenden oder MainWindow anzeigen.</p>
]]></description><link>https://forum.qt.io/post/668695</link><guid isPermaLink="true">https://forum.qt.io/post/668695</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Sat, 03 Jul 2021 10:23:17 GMT</pubDate></item></channel></rss>