MacOS 15.6
Qt Creator 18.0.0-beta2
Python 3.12 and 3.10.12
Steps:
- Open /examples/quickcontrols/contactslist example in Qt Creator.
- Select Qt for Python and run the app on MacOS.
- Long-press on any name and try to edit it.
Expected: I can edit the contact.
Actual: I got the error and cannot edit the contact. I assume the example needs to be updated:
qt.qml.context: file:///Users/lk/workspace/pyside-setup/examples/quickcontrols/contactslist/Contact/ContactList.qml:53:9 Parameter "index" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead. file:///Users/lk/workspace/pyside-setup/examples/quickcontrols/contactslist/Contact/ContactList.qml:38: TypeError: Cannot read property 'fullName' of undefined file:///Users/lk/workspace/pyside-setup/examples/quickcontrols/contactslist/Contact/ContactDialog.qml:23: TypeError: Cannot read property 'fullName' of undefined
- relates to
-
QTBUG-119987 Review and update "Contact List" example of Qt Quick Controls
-
- Closed
-
-
QTQAINFRA-7319 Qt Test Attack - 08, 2025
-
- Open
-