• PragmaSingleton
  • PragmaSingleton QML Type (Singleton)

    A QML singleton type using pragma singleton. More...

    Since: QmlSingletonTest 1.0

    Note: This type is a QML singleton. There is only one instance of this type in the QML engine.

    Properties

    Methods

    Detailed Description

    This type demonstrates automatic singleton detection using the QML pragma singleton directive.

    Property Documentation

    version : string [read-only]

    The version of this singleton.

    Method Documentation

    string getInfo()

    Returns information about this singleton.