I am interested in using Qt as the graphics base for my dissect program. I need to be able to create a form, and in that form have an isigraph where I can use the full power of Qt (or at least, manage the layout of the screen using the Qt primitives).

Where should I look for examples of how to do this? I am particularly interested in:



how to create a canvas (part of a form, I assume)

what the graphics commands are to lay out widgets

what the commands are to paint the screen

how resizes etc are handled

how do I get click information. In particular, if I have a multiline text field, I assume that Qt would give me some way to know what character was clicked.




I can slog through the Qt docs, but any pointers for J code would be much appreciated.

Henry Rich
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to