qtdeclarative/examples/qml/referenceexamples/signal
Ulf Hermann 90b4528b84 Avoid discouraged patterns in examples
In particular, use required properties where applicable, explicitly
import QtQml where we use it, avoid unqualified access into the root
scope of a component, use JavaScript functions with explicit parameters
as signal handlers.

Change-Id: I3eaaba47cc3c7a2a12d488e36f9eec145cedbb0e
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2020-02-11 19:26:05 +01:00
..
birthdayparty.cpp Use the extended QQmlListProperty interface in a few places 2020-02-07 09:37:53 +01:00
birthdayparty.h Specify parameters of type registration in class declarations 2019-09-26 12:32:17 +02:00
example.qml Avoid discouraged patterns in examples 2020-02-11 19:26:05 +01:00
main.cpp Generate registrations for all examples 2020-01-13 16:47:57 +01:00
person.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
person.h Specify parameters of type registration in class declarations 2019-09-26 12:32:17 +02:00
signal.pro Generate registrations for all examples 2020-01-13 16:47:57 +01:00
signal.qrc More consistent examples directory structure 2012-08-10 08:56:59 +02:00