<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python GUIs - qmdiarea</title><link>https://www.pythonguis.com/</link><description>Create GUI applications with Python and Qt</description><atom:link href="https://www.pythonguis.com/feeds/qmdiarea.tag.rss.xml" rel="self"/><lastBuildDate>Thu, 27 May 2021 09:00:00 +0000</lastBuildDate><item><title>How is QMdiArea supposed to be used? — Working with QMdiArea and QMdiSubWindow in PyQt6, including how to handle subwindow closing and visibility</title><link>https://www.pythonguis.com/faq/how-is-qmdiarea-supposed-to-be-used/</link><description>&lt;code&gt;QMdiArea&lt;/code&gt; provides a Multiple Document Interface &amp;mdash; a workspace area inside your main window where you can open, tile, and cascade multiple child windows. Each child window is a &lt;code&gt;QMdiSubWindow&lt;/code&gt;. It's a useful pattern when your application needs to display several independent panels or documents side by side (think of an IDE with multiple open files, or a trading terminal with several chart windows).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Thu, 27 May 2021 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2021-05-27:/faq/how-is-qmdiarea-supposed-to-be-used/</guid><category>pyqt6</category><category>qmdiarea</category><category>qt-designer</category><category>python</category><category>qt</category><category>qt6</category><category>pyqt6-qt-designer</category></item></channel></rss>