Page 1 of 1

CommonQT nontrivial example?

Posted: Fri Oct 28, 2016 5:13 am
by rini17
Is there any such opensource code to read? For example I am not sure how to override functions that accept objects as parameters. There's only an example with "paint-event" parameter but that parameter gets conveniently ignored.

Re: CommonQT nontrivial example?

Posted: Sat Oct 29, 2016 2:11 pm
by David Mullen
I don't use Qt myself, but this guy has done a lot of work with it: http://shinmera.github.io/qtools/

Re: CommonQT nontrivial example?

Posted: Sun Oct 30, 2016 4:01 am
by rini17
Thanks. I know about qtools, but I prefer not to use it. Still, there must be some real application built with either, not just another wrapper?

Re: CommonQT nontrivial example?

Posted: Sun Oct 30, 2016 6:06 pm
by pjstirling
I use web-apps as UI to avoid the FFI tar-pit, sorry :(

Re: CommonQT nontrivial example?

Posted: Mon Oct 31, 2016 3:18 am
by rini17
There's javascript tar pit, too :)

Re: CommonQT nontrivial example?

Posted: Wed Nov 02, 2016 11:24 am
by rini17
This example is pretty good and he has several others:

https://gorkovchanin.wordpress.com/2015 ... -commonqt/