#include "main_window.hxx" #include int main(int argc, char* argv[]) { QApplication app(argc, argv); auto w = new PhotonLight; w->show(); return app.exec(); }