<?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[Widgets like Issues&#x2F;Ouputs panels of QtCreators]]></title><description><![CDATA[<p dir="auto">I would like to use a resizable, tabbed widgets like the ones you can find in the bottom part of QtCreator:</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/983f1b79-d5e1-4b78-8418-e379d9e93707.png" alt="0da0338f-6fa6-49e8-aef3-13e4a53ee30f-immagine.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I tried to inspect the source code, but it's far more complex than I can figure out.<br />
Furthermore they don't resemble any other widget I can find in the Form Editor.</p>
<p dir="auto">Guessing in the wild I would say:</p>
<ul>
<li>add some checkable QPushButton in a QStatusBar</li>
<li>add a QStackedWidget inside a QDockWidget</li>
<li>populate each page of the QStackedWidget as desired</li>
<li>handle the switching of the pages manually</li>
</ul>
<p dir="auto">However I wonder if there is something better than my idea.</p>
]]></description><link>https://forum.qt.io/topic/142754/widgets-like-issues-ouputs-panels-of-qtcreators</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 20:22:55 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/142754.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Feb 2023 16:36:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Widgets like Issues&#x2F;Ouputs panels of QtCreators on Tue, 07 Feb 2023 19:30:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You can throw a QTabBar in the mix for the switch between your widget or depending on your needs a QTabWidget.</p>
<p dir="auto">I don't think there's any status bar there. Rather a small custom one line widget.</p>
]]></description><link>https://forum.qt.io/post/746588</link><guid isPermaLink="true">https://forum.qt.io/post/746588</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 07 Feb 2023 19:30:37 GMT</pubDate></item></channel></rss>