QML delegate slots and signals
-
Hi, I am faced to problem how to connect delegate slots (functions) with signal from its object (that should be represented by delegate). I need to do some staff in delegate when the signal in "base" class is fired. I hope the questions is clear. Thanks in advance.
-
http://qt-project.org/doc/qt-5.1/qtqml/qtqml-syntax-signals.html
or you mean bind it in C++ code?