source: trunk/examples/buttongroups/README@ 8

Last change on this file since 8 was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 561 bytes
Line 
1This example program shows how to use
2
3 - different types of buttons
4 - different types of groupboxes
5
6The buttons which are used are radiobuttons, checkboxes (also tristate
7checkboxes), normal pusbuttons and toggleable pushbuttons. These
8buttons are seperated in four groups using groupboxes. The example
9shows how to make a buttongroup totally exclusive (only one button can
10be checked), exclusive for radiobuttons only or non-exclusive. It
11also demonstrates how buttons (and other widgets) can be laid out
12in rows and columns using a groupbox.
13
Note: See TracBrowser for help on using the repository browser.