Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have created a QtabWidget with various tabswhich is working fine but I would like to add a title to the whole QtabWidget but can't find this feature?
Is it available or possible?
Hi The actual TabWidget does not have a title. You can put a Qlabel over it if you wish. Or use a QGroupbox.
I tried both QLabel above and QGroupbox but I think it would be great to add a title feature to Qtabwidget
Thks for your help