void MainWindow::menu_help_clicked()
{
    HelpWindow *hlp = new HelpWindow( this );
    hlp->setWindowTitle( "Help" );
    hlp->show();
}