mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
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:
parent
fa6bc5fe39
commit
a50c899ff3
24 changed files with 225 additions and 67 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue