Unknown macro: {alias}
Name
qaddtab — add tab page to a QTabWidget
Syntax
qaddtab tabwidget title [widget]
Description
The qaddtab command adds a tabbed page to a [QTabWidget, also known as a notebook. A QTabWidget is created using the qtabwidget command. The tabbed page could be any widget, but is usually just a plain QWidget.
Arguments
tabwidget
title
widget
Examples
See qtabwidget for examples on how to use the qaddtab command.