You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/buttongroups
Michele Calgaro fb401a891f
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
4 months ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
buttongroups.cpp Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT 4 months ago
buttongroups.doc Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
buttongroups.h Automated update from Qt3 12 years ago
buttongroups.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
main.cpp Update to latest tqt3 automated conversion 12 years ago

README

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.