Re: [Interest] QtQuick: how to connect the signal of an object that was created dynamically?

2014-11-29 Thread hualet
oh, didn’t even think about this method before, thanks Godbout :) > 在 2014年11月28日,下午9:44,Jérôme Godbout 写道: > > You can connect it directly to an handler or another signal: > > Component > { >id: myComponent >Item >{ > signal toto() >} > } > > function myCreateFct() > { >

[Interest] QtQuick: how to connect the signal of an object that was created dynamically?

2014-11-27 Thread hualet
Hi, dear list, like what I said in the title, is there a way to connect the signal of an object that was created dynamically? thanks ;) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest