Function sinspekto::LoadSinspektoQmlTypes¶
Defined in File SinspektoQml.hpp
Function Documentation¶
-
void sinspekto::LoadSinspektoQmlTypes()¶
Loads all sinspekto qml types.
This function registers sinspekto’s QML-enabled elements so that they are loadable in QML scripts. The name mapping from class name to qml element is one-to-one, so for instance
DdsBitSubscriber
is namedDdsBitSubscriber
in QML. In yourqml
file, you need to addimport fkin.Dds 1.0
to import the sinspekto QML elements, see the minimal example.