Changing the height of the tabbar in a qtabwidget
Hi all,
I am writing an app to be used onb a touchscreen and feel the size of the tabbar in my qtabwidget is too small.
Can you help?
Thanks in advance
2 replies
you can use style sheet to achieven this.
Have a look at the doc of the style sheets [doc.qt.nokia.com]
You can also try using QApplication::setGlobalStrut() [doc.qt.nokia.com]. This sets the minimum size a widget can be, and is helpful when making an application more touch screen friendly.
You must log in to post a reply. Not a member yet? Register here!




