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
main.h
Go to the documentation of this file.
1// Copyright (C) 2011 - 2012 Research In Motion
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#include <qpa/qplatformintegrationplugin.h>
6
7QT_BEGIN_NAMESPACE
8
9class QQnxIntegrationPlugin : public QPlatformIntegrationPlugin
10{
11 Q_OBJECT
12 Q_PLUGIN_METADATA(IID QPlatformIntegrationFactoryInterface_iid FILE "qnx.json")
13public:
14 QPlatformIntegration *create(const QString&, const QStringList&) override;
15};
16
17QT_END_NAMESPACE
Combined button and popup list for selecting options.
QT_BEGIN_NAMESPACE void qqnxLgmonInit()
Definition qqnxlgmon.h:35