I have Qt creator 2.3.0(based on Qt 4.7.4)
In my program i created a tab using designer...and adding tabs to it dynamically...(wrote code for that)
That works fine...But i needed close button on the tabs....
so add the
Qt Code:
ui->tabWidget->setTabsClosable(true);To copy to clipboard, switch view to plain text mode
but it displays close button, but when i click on that tab wont close!!!
whats wrong here? please somebody help me
Bookmarks