Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
topic.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qtquick-visualtypes-topic.html
6\title Important Concepts In Qt Quick - Visual Types
7\brief Overview of visual type concepts
8
9Most user-interfaces include some visual aspect. While multimodal interfaces
10are extremely interesting and can be very engaging and interactive (using,
11for example, haptic feedback and sounds to notify the user of changes in the
12state of an application), visual objects in a user-interface are able to convey
13a huge amount of information to the user at a glance.
14
15See the \l{Qt Quick QML Types} page for the complete list of visual object types
16provided by Qt Quick.
17
18*/