Hello, any new luck removing that border base line produced by QTabBar? I'm trying to disable the drawBase feature in style sheet byXnTriq wrote:@Pierre: Can you make the border “styleable” by setting QTabBar::drawBase() to false?
- Stack Overflow
- Qt-interest
Code: Select all
QTabBar{
qproperty-drawBase: 0;
qproperty-movable: 0;
}
