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 \ingroup all-examples
7 \title Qt UI Tools Examples
8 \brief Using Qt UI Tools to process UI forms.
9
10 \image uitools-examples.png UiTools
11
12 The \l{Qt UI Tools} module provides classes to handle UI forms created with
13 \QD. The forms are processed at run-time to dynamically generate
14 user interfaces.
15
16 The following examples illustrate how to use Qt UI Tools to process UI
17 forms.
18*/
19
20/*
21 \list
22 \li \l{Text Finder}\raisedaster
23 \endlist
24
25 Examples marked with an asterisk (*) are fully documented.
26*/