Qt 6.11 is out! See what's new in the release
blog
Changing the height of the tabbar in a qtabwidget
General and Desktop
3
Posts
3
Posters
5.0k
Views
1
Watching
-
you can use style sheet to achieven this.
Have a look at the "doc of the style sheets":http://doc.qt.nokia.com/4.7/stylesheet.html -
You can also try using "QApplication::setGlobalStrut()":http://doc.qt.nokia.com/latest/qapplication.html#globalStrut-prop. This sets the minimum size a widget can be, and is helpful when making an application more touch screen friendly.