#include "kwebsnap.h"
#include <kapplication.h>
#include <kaboutdata.h>
#include <kcmdlineargs.h>
#include <klocale.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This file starts the WebSnap application. It creates a QApplication object, and a Configuration object using Config(). It also makes loads the config settings. The main dialog, WebSnapDlg object is created. The system tray popup menu is created, as well the system tray icon. The signal slot connections are established between the main dialog and system tray. Finally the dialog is shown, and application executed.
Definition in file main.cpp.
|
The main method.
|