#include "qt/output/main_window.hpp" QtMainWindow::QtMainWindow():QMainWindow(){ string filename="inputs/kernel-2.input"; output=new QtOutput(filename); setCentralWidget(output); }