<?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[The borders of the tabWidget does not appear appropriately.]]></title><description><![CDATA[<p dir="auto">Look at the following picture and you will understand what I want:</p>
<p dir="auto"><img src="http://i.cubeupload.com/keM1Sd.jpg" alt="screenShot" class=" img-fluid img-markdown" /></p>
<p dir="auto">How to make the right and bottom borders to be hidden as in the left border?</p>
]]></description><link>https://forum.qt.io/topic/80370/the-borders-of-the-tabwidget-does-not-appear-appropriately</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 11:38:45 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/80370.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Jun 2017 01:57:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to The borders of the tabWidget does not appear appropriately. on Fri, 16 Jun 2017 12:10:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devopia53">@<bdi>Devopia53</bdi></a></p>
<p dir="auto">Thank you.<br />
But in the original form when selecting a tab you'll notice that its bottom border become hidden, while, after modification not.</p>
<p dir="auto"><img src="http://i.cubeupload.com/sRkLpH.jpg" alt="" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/399863</link><guid isPermaLink="true">https://forum.qt.io/post/399863</guid><dc:creator><![CDATA[Prmego]]></dc:creator><pubDate>Fri, 16 Jun 2017 12:10:31 GMT</pubDate></item><item><title><![CDATA[Reply to The borders of the tabWidget does not appear appropriately. on Fri, 16 Jun 2017 04:31:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prmego">@<bdi>Prmego</bdi></a></p>
<p dir="auto">You can set the tab widget frame style using stylesheet. like this:</p>
<pre><code>QTabWidget::pane {
border-top: 1px solid #C2C7CB;;
}
</code></pre>
]]></description><link>https://forum.qt.io/post/399782</link><guid isPermaLink="true">https://forum.qt.io/post/399782</guid><dc:creator><![CDATA[Devopia53]]></dc:creator><pubDate>Fri, 16 Jun 2017 04:31:51 GMT</pubDate></item></channel></rss>