I am currently working on Qt application. There I am using QTabWidget with several tabs.
QTabWidget is embedded into QVBoxLayout. My question is that tabs added appear centered and I would like them to be left aligned. How could I achieve that?
I would like to change appearance as well. Is the only way to override the paintEvent of QTabBar?
I am using Qt and C++, no QML
Thanks and regards