I'm read about QTabWidget in QtDoc. But I don't found way for replace widget on tab. Only addTab and removeTab. How about replace widget on tabwidget ?
Printable View
I'm read about QTabWidget in QtDoc. But I don't found way for replace widget on tab. Only addTab and removeTab. How about replace widget on tabwidget ?
There is no replace function, because normally you don't need such a function. But you can make it yourself, by simple add the new and remove the old. That shouldn't be a problem.