CommonQT nontrivial example?

Discussion of Common Lisp
Post Reply
rini17
Posts: 4
Joined: Sun May 15, 2016 7:19 am

CommonQT nontrivial example?

Post by rini17 » Fri Oct 28, 2016 5:13 am

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.

David Mullen
Posts: 78
Joined: Mon Dec 01, 2014 12:29 pm
Contact:

Re: CommonQT nontrivial example?

Post by David Mullen » Sat Oct 29, 2016 2:11 pm

I don't use Qt myself, but this guy has done a lot of work with it: http://shinmera.github.io/qtools/

rini17
Posts: 4
Joined: Sun May 15, 2016 7:19 am

Re: CommonQT nontrivial example?

Post by rini17 » Sun Oct 30, 2016 4:01 am

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?

pjstirling
Posts: 166
Joined: Sun Nov 28, 2010 4:21 pm

Re: CommonQT nontrivial example?

Post by pjstirling » Sun Oct 30, 2016 6:06 pm

I use web-apps as UI to avoid the FFI tar-pit, sorry :(

rini17
Posts: 4
Joined: Sun May 15, 2016 7:19 am

Re: CommonQT nontrivial example?

Post by rini17 » Mon Oct 31, 2016 3:18 am

There's javascript tar pit, too :)

rini17
Posts: 4
Joined: Sun May 15, 2016 7:19 am

Re: CommonQT nontrivial example?

Post by rini17 » Wed Nov 02, 2016 11:24 am

This example is pretty good and he has several others:

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

Post Reply