Brian
I think it is just a question of getting the syntax correct.
You can checkout the qt demos for examples of how to use groupbox.
Here is an excerpt.

groupbox Display;
cc linear radiobutton;
cn "view linear";
cc boxed radiobutton group;
cn "view boxed";
cc tree radiobutton group;
cn "view tree";
groupboxend;

On Fri, Mar 29, 2013 at 7:18 AM, McGuinness, Brian <[email protected]> wrote:
> When I tried "cc ... groupbox" it didn't work.
> The easiest way to support this would probably
> be to add an optional string argument to "bin".
> For example,
>
> bin v "Output Format"
>
> would create a vertical box that had a border
> with the embedded title "Output Format", while
>
> bin h 1 ""
>
> would create a stretchable horizontal box with
> a border but no title.
>
> --- Brian
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to