Navigation Controls

Qt Quick Controls 2 offers a selection of navigation models.

Drawer

Provides a swipe-based side panel

StackView

Provides a stack-based navigation model

SwipeView

Enables the user to navigate pages by swiping sideways

TabBar

A bar with icons allowing to switch between different views or subtasks

TabButton

A tab button control that can be found on a TabBar

The following sections offer guidelines for choosing the appropriate type of navigation model, depending on the use case.

StackView Control

StackView provides a stack-based navigation model.

SwipeView Control

SwipeView provides a swipe-based navigation model.

TabBar and TabButton Controls

TabBar and TabButton provide a tab-based navigation model.