Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 53

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

This example program shows how to use

 - different types of buttons
 - different types of groupboxes

The buttons which are used are radiobuttons, checkboxes (also tristate
checkboxes), normal pusbuttons and toggleable pushbuttons. These
buttons are seperated in four groups using groupboxes. The example
shows how to make a buttongroup totally exclusive (only one button can
be checked), exclusive for radiobuttons only or non-exclusive. It
also demonstrates how buttons (and other widgets) can be laid out
in rows and columns using a groupbox.