From the code it looks like the internal stack widget deletes the widgets on destruction, in the order of the stack/tabs.
But that should be easy enough to test, right
Not sure what you mean.
To remove the last tab, you call removeTab() with the last index, which is count() - 1.
Cheers,
_






Reply With Quote
Bookmarks