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
plugin-classes.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 plugins
6 \title Plugin Classes
7 \ingroup groups
8
9 \brief Plugin related classes.
10
11 These \l{Qt Core} classes deal with shared libraries, (for example, .so and DLL
12 files), and with Qt plugins.
13
14 See the \l{How to Create Qt Plugins} page for more information.
15*/