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.mm
Go to the documentation of this file.
1// Copyright (C) 2017 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
6
9
11
13{
17
18public:
21
22 UIViewController* createImagePickerController(QIOSFileDialog *fileDialog) const override
23 {
24 return [[[QIOSImagePickerController alloc] initWithQIOSFileDialog:fileDialog] autorelease];
25 }
26
27private:
28 QIOSFileEngineFactory m_fileEngineFactory;
29
30};
31
33
34#include "plugin.moc"
UIViewController * createImagePickerController(QIOSFileDialog *fileDialog) const override
Definition plugin.mm:22
QIosOptionalPlugin_NSPhotoLibrary(QObject *=nullptr)
Definition plugin.mm:19
\inmodule QtCore
Definition qobject.h:103
Combined button and popup list for selecting options.
#define QIosOptionalPluginInterface_iid
#define Q_OBJECT
#define Q_PLUGIN_METADATA(x)
#define Q_INTERFACES(x)