Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hiding bottom line in QTabBar

There doesn't seem to be a way of setting a stylesheet for the bottom line (shown in the image below) of a QTabBar, which I want to be removed.

bottom line of the `QTabBar shown

How can I remove it?

like image 781
TatianaP Avatar asked Jul 12 '12 18:07

TatianaP


1 Answers

Haven't used Qt in 6-7 months now so I'm not sure if this will work nor can I test it. Give QTabBar::drawBase a try. Plus the Qt library are very well documents so you should find a solution to your problems if you just carefully sift through it.

Hope you are using the Qt SDK.

like image 109
Bleeding Fingers Avatar answered Sep 20 '22 09:09

Bleeding Fingers