#include "metavis.h" #include #include "dataTest.h" #include /* entrance of the program */ int main(int argc, char *argv[]) { dataTest test; QApplication a(argc, argv); metavis w; w.show(); return a.exec(); }