/*************************************************************************************************** ** Licence : This software is owned by Marport France. It cannot be used, duplicated or disclosed ** in full or in part without the written authorization of the owner. ** ** Author: Hugh ** Date: 18/12/2019 12 2019 ***************************************************************************************************/ #include "Widget.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); Widget w; w.show(); return a.exec(); }