Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtuitools-examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \group examples-qtuitools
6 \title Qt UI Tools Examples
7 \brief Using Qt UI Tools to process UI forms.
8
9 \image uitools-examples.png UiTools
10
11 The \l{Qt UI Tools} module provides classes to handle UI forms created with
12 \QD. The forms are processed at run-time to dynamically generate
13 user interfaces.
14
15 The following examples illustrate how to use Qt UI Tools to process UI
16 forms.
17*/
18
19/*
20 \list
21 \li \l{Text Finder}\raisedaster
22 \endlist
23
24 Examples marked with an asterisk (*) are fully documented.
25*/