Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
main.cpp
Go to the documentation of this file.
1
#include "
mainwindow.h
"
2
#include <QApplication>
3
4
int
main
(
int
argc,
char
*argv[] ) {
5
QApplication app( argc, argv );
6
app.setOrganizationName(
"UNIFESP"
);
7
app.setApplicationName(
"BIAL"
);
8
9
MainWindow
window;
10
window.
commandLineOpen
( argc, argv );
11
window.showMaximized( );
12
return
( app.exec( ) );
13
}
MainWindow::commandLineOpen
void commandLineOpen(int argc, char *argv[])
Definition:
mainwindow.cpp:299
mainwindow.h
MainWindow
Definition:
mainwindow.h:13
main
int main(int argc, char *argv[])
Definition:
main.cpp:4
BIAL-GUI
src
main.cpp
Generated by
1.8.11