blob: 439cce7b117399303c85f7f4f6425527549e8667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
/*
*/
/*! \page buttongroups-example.html
\ingroup examples
\title Buttons and Groupboxes
This example shows different types of groupboxes (buttongroups, etc.) and
different kinds of buttons (checkboxes, radiobuttons, pushbuttons, etc.).
<hr>
Header file:
\include buttongroups/buttongroups.h
<hr>
Implementation:
\include buttongroups/buttongroups.cpp
<hr>
Main:
\include buttongroups/main.cpp
*/
|