0
votes

I want to change the position of all the tabs to the middle like the picture, how can i do this?

enter image description here

1

1 Answers

0
votes

For static position you can use qss

QTabWidget::tab-bar {
    left: 50px;
}