Obsolete Members for QQmlExtensionPlugin

QQmlExtensionPlugin 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共函数

(deprecated in 6.3) QUrl baseUrl() const

成员函数文档

[deprecated in 6.3] QUrl QQmlExtensionPlugin::baseUrl() const

自 6.3 版起,该函数已被弃用。我们强烈建议不要在新代码中使用它。

该函数没有必要,也不适用于可选插件

返回加载扩展的目录 URL。

当插件还需要从同一目录加载 QML 文件或其他资产时,这个函数非常有用。

注意: 您应该不需要此函数。作为模块公共接口一部分的其他文件应在构建系统和 qmldir 文件中相应指定。编译系统会确保这些文件最终出现在最终模块目录和资源文件系统中。您可以在插件中使用资源文件系统中的副本。插件的非 QML/JS 文件可以手动添加到资源文件系统中。不过,可以考虑将所有此类功能移出插件,使插件成为可选项。

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.