A tab widget, like most other widgets, can be shown.
exec(), like for dialogs, means "blocking" the current code, i.e. diverting event processing to a nested event loop.
show() will make the widget visible and continue with the code after show while the widget is becoming visible.
Cheers,
_





Reply With Quote

Bookmarks