Hello Qt developers!
I've got a QTabWidget in my QWidget form.
How can I change the height of the tab bar?
Thank you in advance.
Printable View
Hello Qt developers!
I've got a QTabWidget in my QWidget form.
How can I change the height of the tab bar?
Thank you in advance.
Re-implement the QTabWidget class and then use and to change the height of the tab bar.
How can I re-implement the class? Via inheritance?
Thank you again!