DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <QObject>
#include <QString>
#include <QApplication>
#include <QMainWindow>
#include <QAction>
#include <QShortcut>
#include "VTKViewer.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
static void | makeShortcut (int key, QWidget &parent, QWidget &target, const char *slot) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 34 of file main.cxx.
References VTKViewer::add(), and makeShortcut().