• Shotcut QML Scripting API
  • org.shotcut.qml
  • QmlExtension
  • QmlExtension QML Type

    Represents a loadable Shotcut extension (e.g. the Whisper speech-to-text package). More...

    Import Statement: import org.shotcut.qml

    Properties

    Detailed Description

    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 }

    Property Documentation

    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.