Hi Rob, Probably a good place to start is the j wiki http://code.jsoftware.com/wiki/Guides/Window_Driver
http://code.jsoftware.com/wiki/Guides/Window_Driver/Form_Definition is also useful to see how forms are constructed http://code.jsoftware.com/wiki/Guides/Window_Driver/Layout gives a sense of how bins (used for layout of controls) can be used. Joe Bogner also did a very useful write up that helps explain bins a bit further. http://code.jsoftware.com/wiki/User:Joe_Bogner/QtLayout A way to see things in action is to access the Help/Studio/Showcase... Menu. If you select 'events' from the list that pops up and click ok - you will see the results of the script. To see the script itself double click on 'events' and the script itself pops up. That should get you started. Cheers, bob > On Jun 5, 2016, at 10:47 PM, Robert Herman <[email protected]> wrote: > > I am trying to change my usage of J only for simple calculations and small > programs, and I would like to try to develop or copy some other apps I have > made with a GUI. > > Other than the demos or studio examples, are their any A-Z guides on using > Qt to build apps with windows, forms, buttons, events, etc...? > > Along the lines of a 'J GUIs for C Programmers' would be a nice start. I > can't seem to make the leap to a GUI app in J without just using JHS. > > I have seen the YouTube videos by Martin Saurer using qjide, and I know of > JHS, but I am really looking for vanilla Qt with J. Thanks. > > Rob > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
