Qt Quick Controls

Qt Quick Controls模块提供了一组可用于在Qt Quick中构建完整界面的控件。

The module is new in Qt 5.1.

访问Qt快速控制概述页面开始。

应用程序窗口

用于描述应用程序的基本窗口属性的组件。

ApplicationWindow

提供顶级应用程序窗口

MenuBar

提供一个水平菜单栏

StatusBar

包含您应用中的状态信息

ToolBar

包含ToolButton和相关控件

Action

可以绑定到项目的抽象用户界面操作

视图通常允许用户管理或呈现布局中的其他组件。

ScrollView

在另一个项目中提供滚动视图

SplitView

用每个项目之间的可拖动分隔线布置项目

StackView

提供基于堆栈的导航模型

TabView

允许用户选择多个堆叠物品中的一个的控件

TableView

使用滚动条,样式和标题部分提供列表视图

TreeView

提供滚动条,样式和标题部分的树视图

Controls

Controls are typically items that are used to present or receive input from the user.

ApplicationWindow

提供顶级应用程序窗口

BusyIndicator

繁忙的指标

Button

A push button with a text label

Calendar

Provides a way to select dates from a calendar

CheckBox

A checkbox with a text label

ComboBox

Provides a drop-down list functionality

GroupBox

Group box frame with a title

Label

A text label

Menu

Provides a menu component for use as a context menu, popup menu, or as part of a menu bar

MenuBar

Provides a horizontal menu bar

ProgressBar

A progress indicator

RadioButton

A radio button with a text label

ScrollView

Provides a scrolling view within another Item

Slider

Provides a vertical or horizontal slider control

SpinBox

Provides a spin box control

SplitView

Lays out items with a draggable splitter between each item

StackView

Provides a stack-based navigation model

StackViewDelegate

A delegate used by StackView for loading transitions

StatusBar

Contains status information in your app

Switch

A switch

Tab

Represents the content of a tab in a TabView

TabView

A control that allows the user to select one of multiple stacked items

TableViewColumn

Used to define columns in a TableView or in a TreeView

TextArea

Displays multiple lines of editable formatted text

TextField

Displays a single line of editable plain text

ToolBar

Contains ToolButton and related controls

ToolButton

Provides a button type that is typically used within a ToolBar

TableView

Provides a list view with scroll bars, styling and header sections

TreeView

Provides a tree view with scroll bars, styling and header sections

Action

Abstract user interface action that can be bound to items

ExclusiveGroup

Way to declare several checkable controls as mutually exclusive

MenuItem

Item to add in a menu or a menu bar

MenuSeparator

Separator for items inside a menu

Stack

Provides attached properties for items pushed onto a StackView

Types that can be used to build menus.

Menu

提供菜单组件,用作上下文菜单,弹出式菜单或菜单栏的一部分

MenuItem

要添加到菜单或菜单栏中的项目

MenuSeparator

菜单内项目的分隔符