Filippo Cucchetto

Results 59 comments of Filippo Cucchetto

@r3d9u11 @dom96 Qt is not made (usually) for being called by other threads and you must be careful on doing that. Usually Qt should "own" the main thread for multiple...

@r3d9u11 @dom96 probably i've just to export the QApplication::processEvents() in the DOtherSide library

I will give it a look asap

with https://github.com/filcuc/DOtherSide/commit/b6fcb521bfbf78607dd7d571518367f74c21277e in place i can proceed and fix this issue

No yet. I'll close this one when i add the bindings in NimQml. After that i would like to create a test project that integrates nim async with Qt event...

@tones111 i could agree that we could add some examples but i would like to focus on the tests suite more (see the test directory), pull requests are wellcome. You...

@tones111 As a note keep in mind that your exampe "work" in a qmlscene because it uses under the hood a QQuickView in its implementation and so it implictly create...

A good start could be the rewrite of the qmlRegisterType code by looking at what has been done in pyside2 http://code.qt.io/cgit/pyside/pyside-setup.git/tree/sources/pyside2/PySide2/QtQml/pysideqmlregistertype.cpp?h=5.12#n108 In practice we can supply a custom creation function....

@ShalokShalom i've just opened https://github.com/filcuc/dotherside/pull/113 for fixing #105

@ShalokShalom Qt6 support has been added let me know if mac support is working...i don't expect major problems