Qt 6.11 is out! See what's new in the release
blog
Why can't remove the current tab from QTabWidget
General and Desktop
3
Posts
2
Posters
1.1k
Views
1
Watching
-
hi,
i'm just wondering why QTabWidget doesn't allow
removing the current tab ,it took me a lot to know that
and i learned it the hard way -
hard to tell without showing a single line of code...
Removing a tab is definitely possible... when you use the code the correct way.Or is it just about a convenience method for removing the current tab?
@
tabWidget->removeTab( tabWidget->currentIndex() );
@ -
yes you can delete the current tab ,i was wrong
how do i delete this question?
it makes no sens