While you cannot access Qt objects directly, it is usually easy to add new properties to wd. Either update the source yourself, or persuade us that the new property is worthwhile.
On Mon, Mar 18, 2013 at 12:53 AM, Christoph von Basum < [email protected]> wrote: > Hi Bill, > I was afraid of that answer but at least there is a chance to access all of > Qt. > Thanks & cheers----Christoph > > On Sun, Mar 17, 2013 at 3:31 PM, bill lam <[email protected]> wrote: > > > J cannot access Qt objects directly because they are c++ > > objects. You need to modify jqt source to add some > > extern "C" functions to let J calls. E.g. each J gl2 cmd has a > > corresponding C function in jqt. > > > > Say you want to set another property of editm, then you have to > > modify files editm.cpp and editm.h in jqt source. > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
