Qt Quick Components

All Qt Quick components

This is a list of all the Qt Quick components that are available.

For a list of Symbian-specific components see: All Symbian-specific Qt Quick components

BusyIndicator

The BusyIndicator shows the user that the application is not ready to be used at present.

Button

A button component has an icon and a text and can be clicked by the user.

ButtonColumn

A buttoncolumn component arranges a set of buttons in a column.

ButtonRow

A buttonrow component arranges a set of buttons in a row.

CheckBox

A check box component has an image and a label and can be clicked by the user.

Checkable

Checkable implements the logic behind a component that can be enabled or disabled.

CheckableGroup

A CheckableGroup groups together a number of related Checkable items.

ChoiceList

Deprecated.

CommonDialog

ContextMenu

Dialog

A Dialog is a top-level window mostly used for short-term tasks and brief communications with the user.

Fader

ListHeading

Symbian: The ListHeading element provides a heading for a list or a section in a list.

ListItem

The ListItem element provides common layout options for the row content in a ListView element.

ListItemText

Symbian: A ListItemText provides themeable fonts for ListItem and ListHeading elements.

Menu

A Menu provides of a list of options that the user can select from.

MenuContent

MenuItem

MenuLayout

Page

A Page defines one screen of user interface content.

PageStack

The PageStack item defines a container for pages and a stack-based navigation model.

Popup

Symbian:

ProgressBar

A ProgressBar shows the continuing progress of a long-running operation to reassure the user that the operation is still progressing.

QueryDialog

RadioButton

A RadioButton is used in a list of items where only one item can be selected at a time.

RatingIndicator

Screen

ScrollBar

Symbian: Adds a visual indication of the position and interaction of a Flickable item's contents with relation to its viewport

ScrollBarSizer

ScrollDecorator

A ScrollDecorator adds a visual indicator to a Flickable element to show the size relationship between the visible contents and the complete contents.

SectionScroller

SectionScrollerLabel

SelectionDialog

SelectionListItem

Symbian: SelectionListItem is a list item showing the current value for a setting and optionally a label for the setting. SelectionListItem should be used with a SelectionDialog or Tumbler that allows the user to change the value. New value replaces the previousvalue in the list item.

Slider

A slider lets the user select a value within a fixed range by sliding the slider's handle.

Style

Switch

TabBar

Symbian: A TabBar provides a themeable background for a TabBarLayout.

TabBarLayout

A TabBarLayout is a positioner for the tab buttons that make up a tab bar

TabButton

A tab button has an image or a label and can be clicked by the user to activate a tab.

TabGroup

TabGroup is a set of pages for a tabbed interface.

TextArea

TextArea is a multiline editor that resizes vertically to fit all input characters.

TextField

A TextField accepts key inputs.

ToolBar

A ToolBar is a container for providing quick access to commonly used actions.

ToolBarLayout

ToolBarLayout is a container for items on a toolbar that automatically implements an appropriate layout for its children.

ToolButton

ToolTip

Tumbler

Window

Window is the root component for an application and handles the transitions when rotating the screen.