This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

CommonQT nontrivial example?

6 posts · 7264 views

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?

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?

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

Re: CommonQT nontrivial example?

There's javascript tar pit, too :)