|
DDASToys for NSCLDAQ
6.2-000
|
traceview main. Run the Qt application. More...
#include <cstdlib>#include <QApplication>#include <QCommandLineParser>#include <TApplication.h>#include <TSystem.h>#include "QTraceView.h"
Functions | |
| int | main (int argc, char *argv[]) |
| traceview main. More... | |
traceview main. Run the Qt application.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
traceview main.
| argc | Argument count. |
| argv | Argument vector. |
| 0 | Application exits successfully. |
| !=0 | Error. |
Create the main application. The application has a command line parser to allow the user to pass commands at runtime to configure the initial viewer settings. A TApplication necessary for the embedded Root canvas is also created.