ExplicitSingleton QML Type (Singleton)

A QML singleton type using explicit \qmlsingletontype command. 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 explicit singleton documentation using the \qmlsingletontype command.

\note This is manually documented as a singleton using the \qmlsingletontype command.

Property Documentation

enabled : bool [read-only]

Whether this singleton is enabled.

Method Documentation

void doSomething()

Performs some action in the singleton.