/** * Progam made by Olivier Bernard, associate professor * at Institut National des Sciences Appliquees (INSA) Lyon, * CREATIS Laboratory, * 69621 Villeurbanne, France, * 07th of May 2014 */ #include #include "OpenHeartGui.h" int main( int argc, char** argv ) { QApplication app(argc, argv); OpenHeartGui myViewer; myViewer.show(); return app.exec(); }