blob: c4e4a368d0ab40bb25fb49923edd51626e9b7ca1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*! \page toggleaction-example.html
\ingroup tqaction-examples
\title A Tiny Example Featuring a Toggle Action
This example program demonstrates the use of TQAction
in its incarnation as a toggle action.
<hr>
Main:
\include action/toggleaction/toggleaction.cpp
*/
|