The QTabWidget class, part of the Qt framework, provides a stack of tabbed widgets.
The QTabWidget class provides a stack of tabbed widgets. A tab widget provides a tab bar and a "page area" that is used to display pages related to each tab.
Qt documentation for QTabWidget can be found here for Qt 5 and here for Qt 4.8.