Rafael de Lucena Valle
Rafael de Lucena Valle
@jacquesknipper Do you have code examples of 1, 2 or 3? > Does that mean that funq is not mature enough for QtQuick? AFAIK funq do not support detecting events...
@jacquesknipper I do not have started, kinda busy those days, feel free to contribute :)
I've [implemented](https://github.com/rafaeldelucena/funq/compare/enabling-custom-funq-host...rafaeldelucena:add-quick-item-children) a children method to QuickItem, to get the children items, but its not good enough specially for nested items. What do you think will be a better approach?...
I've updated the method to be able to get nested items with recursive parameter here #27
Ok, I'll do it!
I'm writing some functional tests for QML and maybe I'll also create the unit tests for this feature.
Hello @snke, the blocker is testing this in Windows, I've created a QML application to make functional tests of this feature. If you have some ideas please let me known.
@thony418 Do you want some help to finish this PR? []s
Hello, I do not have Windows to check this, but maybe @ubruhin can help you with that, he already tried to build for Windows. BTW @ubruhin thanks! =))
@mamora which version are you using? Can you [generate a core dump](https://stackoverflow.com/questions/17965/how-to-generate-a-core-dump-in-linux-when-a-process-gets-a-segmentation-fault) so I can debug to you?