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
- accessoryButtonHidden : bool
(obsolete)
- backgroundColor : color
(obsolete)
- borderColor : color
(obsolete)
- borderWidth : int
(obsolete)
- calloutContent : Component
(obsolete)
- calloutHeight : alias
(obsolete)
- calloutWidth : alias
(obsolete)
- cornerRadius : int
(obsolete)
- detailTextColor : color
(obsolete)
- leaderPositionEnum : var
(obsolete)
- titleTextColor : color
(obsolete)
Property Documentation
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.
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.
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.
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.
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.
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.
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.