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