PDA

View Full Version : Hide the Tab-Button



sabeesh
29th October 2007, 07:48
Hi,
I have a QTabWidget in my screen and it holds 3 tabs. I need to hide the tab button ( the button which one we click for change the tab ), the button only, show the tab widget. I need to change the tab index at the time of run the program, when i select the option button. How can I do this. How can I hide the tab-button?
Please help me

marcel
29th October 2007, 08:01
You have QTabWidget::removeTab() for removing a tab at a given index.
Or isn't this what you're looking for?

sabeesh
29th October 2007, 08:20
Hi,
Yes I need this, but when we use this, QTabWidget display one tab, How can we hide that tab-button?