Base

A QML uncreatable type using the QML_UNCREATABLE macro

ExplicitBase

A QML uncreatable type using explicit \qmluncreatabletype command

MySingleton

A QML singleton type using the QML_SINGLETON macro

MySingleton2

A QML singleton type that tests name collision detection

Namesake

A singleton, because its native type NamesakeObject has QML_SINGLETON

NamesakeObject

Not a singleton, despite sharing its name with the C++ class NamesakeObject