some more steps toward musredit

This commit is contained in:
2010-01-30 11:05:11 +00:00
parent 6adf757ec0
commit f7caf65251
28 changed files with 133 additions and 26 deletions

View File

@@ -32,6 +32,7 @@
#include <QMessageBox>
#include "PGetTitleBlockDialog.h"
#include "PHelp.h"
//---------------------------------------------------------------------------
/**
@@ -50,7 +51,8 @@ PGetTitleBlockDialog::PGetTitleBlockDialog(QWidget *parent, Qt::WindowFlags f) :
*/
void PGetTitleBlockDialog::helpContent()
{
QMessageBox::information(this, "**INFO**", "Will eventually show a help window");
PHelp *help = new PHelp("http://lmu.web.psi.ch/musrfit/title.html");
help->show();
}
//---------------------------------------------------------------------------