mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
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:
parent
d7e25e24e5
commit
15f1df9e63
7 changed files with 85 additions and 4 deletions
|
@ -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) ) ) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue