Qt Quick Extras QML Types
The Qt Quick Extras module provides specialized controls for creating user interfaces. These QML types work in conjunction with Qt Quick and Qt Quick Controls.
Controls can be styled using the Styles QML Types.
The QML types can be imported into your application using the following import statement in your .qml file.
import QtQuick.Extras 1.4
An indicator that displays a colorized QPicture icon |