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
The BusyIndicator shows the user that the application is not ready to be used at present. | |
A button component has an icon and a text and can be clicked by the user. | |
A buttoncolumn component arranges a set of buttons in a column. | |
A buttonrow component arranges a set of buttons in a row. | |
A check box component has an image and a label and can be clicked by the user. | |
Checkable implements the logic behind a component that can be enabled or disabled. | |
A CheckableGroup groups together a number of related Checkable items. | |
Deprecated. | |
A Dialog is a top-level window mostly used for short-term tasks and brief communications with the user. | |
Symbian: The ListHeading element provides a heading for a list or a section in a list. | |
The ListItem element provides common layout options for the row content in a ListView element. | |
Symbian: A ListItemText provides themeable fonts for ListItem and ListHeading elements. | |
A Menu provides of a list of options that the user can select from. | |
A Page defines one screen of user interface content. | |
The PageStack item defines a container for pages and a stack-based navigation model. | |
Symbian: | |
A ProgressBar shows the continuing progress of a long-running operation to reassure the user that the operation is still progressing. | |
A RadioButton is used in a list of items where only one item can be selected at a time. | |
Symbian: Adds a visual indication of the position and interaction of a Flickable item's contents with relation to its viewport | |
A ScrollDecorator adds a visual indicator to a Flickable element to show the size relationship between the visible contents and the complete contents. | |
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. | |
A slider lets the user select a value within a fixed range by sliding the slider's handle. | |
Symbian: A TabBar provides a themeable background for a TabBarLayout. | |
A TabBarLayout is a positioner for the tab buttons that make up a tab bar | |
A tab button has an image or a label and can be clicked by the user to activate a tab. | |
TabGroup is a set of pages for a tabbed interface. | |
TextArea is a multiline editor that resizes vertically to fit all input characters. | |
A TextField accepts key inputs. | |
A ToolBar is a container for providing quick access to commonly used actions. | |
ToolBarLayout is a container for items on a toolbar that automatically implements an appropriate layout for its children. | |
Window is the root component for an application and handles the transitions when rotating the screen. |