/* */ /*! \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 application example, but uses TQAction to build the menu and the toolbar.
Header file: \include action/application.h
Implementation: \include action/application.cpp
Main: \include action/main.cpp */