Represents a loadable Shotcut extension (e.g. the Whisper speech-to-text package). More...
| Import Statement: | import org.shotcut.qml |
Extensions are installed or downloaded as a bundle of files described by QmlExtensionFile entries. Access the current extension object through the extension context property in extension-related QML views.
Text { text: extension.name + " v" + extension.version }
files : list<QmlExtensionFile> |
The list of files that make up this extension.
See also QmlExtensionFile.
id : string |
The unique identifier for the extension (e.g. "whisper").
name : string |
The human-readable display name of the extension.
version : string |
The installed version string of the extension.