C
RootItem Class
class Qul::RootItemThe RootItem class is a public type used in Application::setRootItem(). More...
Header: | #include <qul/rootitem.h> |
Since: | Qt Quick Ultralite 1.2 |
Detailed Description
RootItem is a base class of items defined in QML files. It has no public API, it is only the type that Application::setRootItem() accepts a pointer to. Pointers to types defined in generated headers corresponding to QML items are convertible to RootItem pointers.
Available under certain Qt licenses.
Find out more.