Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

  • No labels