PDA

View Full Version : Replace widget on tab



wirasto
14th August 2010, 13:55
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 ?

Lykurg
14th August 2010, 14:01
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.