menu.menu_quit.connect(sigc::mem_fun(*mainWindow,&MainWindow::on_hide_window));/*!< When quit button is pressed, hide main window and therefor closes the app */
menu.quit.connect(sigc::mem_fun(*mainWindow,&MainWindow::on_hide_window));/*!< When quit button is pressed, hide main window and therefor closes the app */