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
qaccessibleplugin.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include <QtGui/qtguiglobal.h>
5
6#if QT_CONFIG(accessibility)
7
8#include "qaccessibleplugin.h"
9#include "qaccessible.h"
10
12
33QAccessiblePlugin::QAccessiblePlugin(QObject *parent)
34 : QObject(parent)
35{
36}
37
44QAccessiblePlugin::~QAccessiblePlugin()
45{
46}
47
56
57#include "moc_qaccessibleplugin.cpp"
58
59#endif // QT_CONFIG(accessibility)
\inmodule QtCore
Definition qobject.h:103
Combined button and popup list for selecting options.