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)
- displayedFieldsChanged()
(obsolete)
- editableFieldsChanged()
(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
.
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 displayedFields property changes. This signal is deprecated at 100.15. Use the signals on the list model to determine when the model changes.
Note: The corresponding handler is onDisplayedFieldsChanged
.
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 editableFields property changes. This signal is deprecated at 100.15. Use the signals on the list model to determine when the model changes.
Note: The corresponding handler is onEditableFieldsChanged
.