/* $Id$ */ /*! \page qaction-application-example.html \ingroup qaction-examples \title A Complete Application Window with Actions This example program is just like the application example, but uses QAction to build the menu and the toolbar. The QAction related part of the program is covered in detail by the QAction application walkthrough whilst the Simple application walkthrough deals with the rest.
Header file: \include action/application.h
Implementation: \include action/application.cpp
Main: \include action/main.cpp */ .