QWidget#FindLinesConfigWidget QTabWidget { border:0px; qproperty-tabPosition: North; } QWidget#FindLinesConfigWidget QTabBar::tab { border:0px; width: 80px; height: 40px; text-align: center; background-color: #f2f3f4; } QWidget#FindLinesConfigWidget QTabBar::tab:selected { border:0px; width: 80px; height: 40px; background-color:#c1c2c3; text-align: center; color: #ff2d2d; } QWidget#FindLinesConfigWidget QTabWidget::pane { border: 1px solid #b9bfc8; background:#ffffff; } QWidget#FindLinesResultWidget QTabWidget { border:0px; qproperty-tabPosition: North; } QWidget#FindLinesResultWidget QTabBar::tab { border:0px; width: 80px; height: 40px; text-align: center; background-color: #f2f3f4; } QWidget#FindLinesResultWidget QTabBar::tab:selected { border:0px; width: 80px; height: 40px; background-color:#c1c2c3; text-align: center; color: #ff2d2d; } QWidget#FindLinesResultWidget QTabWidget::pane { border: 1px solid #b9bfc8; background:#ffffff; }