Obsolete Members for PopupManager
The following members of QML type PopupManager are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- attachmentMananger : PopupAttachmentManager
(obsolete)
Signals
- attachmentManangerChanged()
(obsolete)
Property Documentation
attachmentMananger : PopupAttachmentManager |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Returns the PopupAttachmentManager for this PopupManager (read-only).
Returns null
if there is no associated PopupAttachmentManager.
Use attachmentManager instead
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the attachmentMananger property changes.
Use attachmentManagerChanged instead
Note: The corresponding handler is onAttachmentManangerChanged
.