QStaticPlugin Struct
QStaticPlugin is a struct containing a reference to a static plugin instance together with its meta data. More...
Header: | #include <QStaticPlugin> |
CMake: | find_package(Qt6 COMPONENT Core) target_link_libraries(mytarget PUBLIC Qt::Core) |
qmake: | QT += core |
Since: | Qt 5.2 |
Public Functions
QJsonObject | metaData() const |
Detailed Description
See also QPluginLoader and How to Create Qt Plugins.
Member Function Documentation
QJsonObject QStaticPlugin::metaData() const
Returns a the meta data for the plugin as a QJsonObject.
See also Q_PLUGIN_METADATA().