advanced qml
The built-in QML items are flexible but basic. These have been built upon to create complex and featureful sets of reusable components, for both mobile and desktop applications.
These come shipped with Qt, and can be added to a project with the appropriate import line, such as:
import QtSensors 5.0 (phone sensors such as accelerometer)
import QtMultimedia 5.0 (audio, video camera etc)
import QtBluetooth 5.2 (bluetooth device access)
import QtQuick.Controls 1.1 (a full range of cross platform reusable widgets such as buttons, scroll bars, check boxes etc)