RoleRename QML Type

Defines name mapping for a single role within RolesRenamingModel. More...

Import Statement: import QtModelsToolkit .

Properties

Detailed Description

This helper component allows specify name of existing role (old name) and the new name which will be exposed from RolesRenamingModel.

Property Documentation

from : string

This property specifies the role name exising in the source model that is intended to be renamed.


to : string

This property specifies the new name for the role.