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/action/toggleaction/toggleaction.doc

16 lines
289 B

/*! \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
*/