added more help panels

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6519 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-19 18:36:09 +00:00
parent d7e25e24e5
commit 15f1df9e63
7 changed files with 85 additions and 4 deletions

View file

@ -37,7 +37,7 @@ void MainPage::registerHelpButton(QPushButton *button,const QString& help_html_t
help_browser->hide() ;
}
help_browser->setHtml(help_html_txt) ;
help_browser->setHtml("<div align=\"justify\">"+help_html_txt+"</div>") ;
QObject::connect(button,SIGNAL(toggled(bool)), this, SLOT( showHelp(bool) ) ) ;
}