This page documents QML naming conventions.
The name property is a common pattern in QML types for identification. This section title creates a potential collision with BaseItem::name property.
The width property is commonly used for sizing elements. This section title creates a potential collision with BaseItem::width property.