Moved help browser from MainPage to a new base class named FloatingHelpBrowser for global usage.

Added FloatingHelpBrowser to the option window (help text not including).
The help text can be specified for the ConfigPages in the method "helpText".

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6818 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-10-09 09:31:40 +00:00
parent fa6bc5fe39
commit a50c899ff3
24 changed files with 225 additions and 67 deletions

View file

@ -48,6 +48,7 @@ public:
virtual QPixmap iconPixmap() const { return QPixmap(":/images/FeedReader.png") ; }
virtual QString pageName() const { return tr("FeedReader") ; }
virtual QString helpText() const { return ""; }
private slots:
void useProxyToggled();