Obsolete Members for Callout

The following members of QML type Callout are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

accessoryButtonHidden : bool

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use accessoryButtonVisible instead.


backgroundColor : color

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use background.color instead.


borderColor : color

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use background.border.color instead.


borderWidth : int

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use background.border.width instead.


calloutContent : Component

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

A QML Item to display in the Callout.

The default is null.

This property is obsolete, to replace the Callout's content set contentItem instead.


calloutHeight : alias

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use implicitHeight instead.


calloutWidth : alias

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use maxWidth instead.


cornerRadius : int

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use background.radius instead.


detailTextColor : color

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use palette.windowText instead.


leaderPositionEnum : var

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use Callout.LeaderPosition instead.


titleTextColor : color

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use palette.windowText instead.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.