Hi
I have added a tab widget in my ui file.
In one of the tab of this tab widget I am dynamically creating the another tabwidget.
This creation of dynamic tabwidget I am doing on some button click SLOT.
So I want to remove or clear the tab each time the button is clicked and then create the tabwidget inside tab dynamically.
How to do this?
↧