9 ms·
I wonder why people want to use/abuse signals and slots in QML, when it's perfectly possible to just use good old plain functions in a language binding, like i
by once-in-a-while 10y ago
I wonder why people want to use/abuse signals and slots in QML, when it's perfectly possible to just use good old plain functions in a language binding, like it is done here (for ECL/Common Lisp):
https://gitlab.com/eql/EQL5/blob/master/examples/M-modules/quick/qml-lisp/qml/example.qml https://gitlab.com/eql/EQL5/blob/master/examples/M-modules/q...