Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qaccessiblewidgetfactory_p.h
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 <QtWidgets/private/qtwidgetsglobal_p.h>
5
6
#ifndef QACCESSIBLEWIDGETFACTORY_H
7
#define QACCESSIBLEWIDGETFACTORY_H
8
9
//
10
// W A R N I N G
11
// -------------
12
//
13
// This file is not part of the Qt API. It exists for the convenience
14
// of other Qt classes. This header file may change from version to
15
// version without notice, or even be removed.
16
//
17
// We mean it.
18
//
19
20
QT_BEGIN_NAMESPACE
21
22
class
QObject
;
23
class
QAccessibleInterface;
24
class
QString
;
25
26
QAccessibleInterface *
qAccessibleFactory
(
const
QString
&classname,
QObject
*
object
);
27
28
QT_END_NAMESPACE
29
30
#endif
QObject
\inmodule QtCore
Definition
qobject.h:90
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
qAccessibleFactory
QAccessibleInterface * qAccessibleFactory(const QString &classname, QObject *object)
qtbase
src
widgets
accessible
qaccessiblewidgetfactory_p.h
Generated by
1.9.7