Frank Fischer
Frank Fischer
I played a little bit with the code. For some reason it is okay to keep only the layout in an instance variable. The button does not have to be....
The only thing I had to do is the hint from #48 (removing that one line).
Unfortunately the PR #53 does not solve this issue. If I understand it correctly, there is another problem: Qt objects that are not created by qt5.cr, i.e. everything allocated somewhere...
I worked a little on the memory management issue. You can see the efforts in [this branch of bindgen](https://github.com/f-fr/bindgen/tree/bg_type-wrapper) and [this branch of qt5.cr](https://github.com/f-fr/qt5.cr/tree/qobject-wrapper). The bindgen commit basically changes every...
As another step: I added another commit to bindgen (see [this branch](https://github.com/f-fr/bindgen/tree/signal-gc)). This one modifies the generated code for binding to Qt signals. The Crystal proc data is moved to...
Well, I didn't change anything at the generated crystal code. If this is is a superclass mismatch ... where is the other definition for this superclass (i.e. there should be...
Really I don't know. I use crystal 1.2.2 and qt 5.15. Did you start with a fresh install? If you refer to my "integrate" branch of qt5.cr from some fresh...