The QQuickItem class provides the most basic of all visual items in QtQuick Module.
The QQuickItem class provides the most basic of all visual items in QtQuick Module.
All visual items in Qt Quick inherit from QQuickItem. Although a QQuickItem instance has no visual appearance, it defines all the attributes that are common across visual items, such as x and y position, width and height, anchoring and key handling support.