#include <qapp.h>
#include <qmainwindow.h>
#include <qaction.h>
#include <qworkspace.h>
#include <qmenubar.h>
#include <qtoolbar.h>
#include <qstatusbar.h>
#include <qwhatsthis.h>
#include <qpopupmenu.h>
#include <qaccel.h>
#include <qtoolbutton.h>
#include <qmsgbox.h>
#include <qfiledialog.h>
#include <qprinter.h>
#include <qstring.h>
#include <qpixmap.h>
#include <qstringlist.h>
#include <qassistantclient.h>
#include <db_cxx.h>
#include <map>
Include dependency graph for trapper.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TrapperApp |
The base class of the application. It sets up the main window and providing a menubar, toolbar and statusbar. For the main view, an instance of class TrapperView is created which creates your view. More... |