I don't want my tabs to have a Drag and Drop feature like Chrome (as covered by this question: Apply chrome like tabs in Qt) - I just want them to look like Chrome tabs.
I'm currently using QTabWidget
, but its built-in shape QTabWidget::Triangular
is so ugly. What do I need to use? Stylesheet or image or something else?