TabWidget Example

The TabWidget example shows how to create a tabwidget using property aliases and QML Object default properties.

This example shows how to create a tab widget. It also demonstrates how property aliases and default properties can be used to collect and assemble the child items declared within an Item.

Example project @ code.qt.io