The issue was that QTabBar.drawBase property must be set to False!
This commit is contained in:
ColinDuquesnoy 2014-02-20 11:00:57 +01:00
parent ad9b2f8c65
commit 36b6616c0a
1 changed files with 16 additions and 8 deletions

View File

@ -47,6 +47,9 @@ QWidget
background-color: #302F2F;
selection-background-color:#78879b;
selection-color: black;
background-clip: border;
border-image: none;
outline: 0;
}
QWidget:item:hover
@ -599,6 +602,11 @@ QTabWidget::pane {
border: 1px solid #3A3939;
}
QTabBar
{
qproperty-drawBase: 0;
}
QTabBar:focus
{
border: 0px transparent black;