Hide bottom row in QTabBar

There seems to be no way to set the stylesheet for the bottom line (shown in the image below) QTabBarthat I want to remove.

bottom line of the `QTabBar shown

How to remove it?

+5
source share
1 answer

I haven't used Qt in 6-7 months, so I'm not sure if this will work, and I will not be able to test it. Give QTabBar::drawBase. In addition, the Qt library has very good documents, so you should find a solution to your problems if you just carefully sift it.

Hope you are using the Qt SDK .

+8
source

All Articles