QML Naming Reference

This page documents QML naming conventions.

Name Properties

name

The name property is a common pattern in QML types for identification. This section title creates a potential collision with BaseItem::name property.

width

The width property is commonly used for sizing elements. This section title creates a potential collision with BaseItem::width property.