Remove shadow from QTabWidget
Solved
General and Desktop
-
Hi
Not sure what that line is
but the example
http://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbarDont have it so should be possible to get what you want with some fiddle :)
update:
seems to be QTabWidget::pane
QTabWidget::pane { /* The tab widget frame */ border-bottom: 0px solid #C2C7CB; }