1#ifndef QIsisApplication_H 
    2#define QIsisApplication_H 
   13#include <QApplication> 
Handles exceptions which the QT event handlers and QApplication do not handle.
void openUrl(QUrl url)
Open a URL in the browser specified by Isis.
QIsisApplication(int &argc, char *argv[])
Constructor.
virtual bool notify(QObject *rec, QEvent *ev)
notify - this function overrides the QApplication notify as QT event handlers do not handle exception...
This is free and unencumbered software released into the public domain.