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/application.doc

37 lines
699 B

/*
*/
/*! \page tqaction-application-example.html
\ingroup tqaction-examples
\title A Complete Application Window with Actions
The TQAction class provides a way of associating user input from different
user interface elements with abstract high level actions. This approach makes
it easy to customize applications for different types of users.
This example program is just like the
<a href="simple-application-example.html">application example</a>,
but uses TQAction to build the menu and the toolbar.
<hr>
Header file:
\include action/application.h
<hr>
Implementation:
\include action/application.cpp
<hr>
Main:
\include action/main.cpp
*/