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

    Describes a single downloadable file within an extension package. More...

    Import Statement: import org.shotcut.qml

    Properties

    Detailed Description

    See also QmlExtension.

    Property Documentation

    description : string

    A brief description of the file's purpose.


    file : string

    The local filename to store the downloaded file as.


    name : string

    The display name of the file.


    size : string

    The human-readable size of the download (e.g. "120 MB").


    standard : bool

    Whether this file is a standard (default) file vs. an optional add-on.


    url : string

    The remote URL from which the file can be downloaded.