mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
added settings variable to allow to always display the help of each tab the first time it is shown
This commit is contained in:
parent
dc51911fce
commit
12246e369b
13 changed files with 49 additions and 16 deletions
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
#include "FloatingHelpBrowser.h"
|
||||
|
||||
FloatingHelpBrowser::FloatingHelpBrowser(QWidget *parent, QAbstractButton *button) :
|
||||
QTextBrowser(parent), mButton(button)
|
||||
FloatingHelpBrowser::FloatingHelpBrowser(QWidget *parent, QAbstractButton *button)
|
||||
:QTextBrowser(parent), mButton(button)
|
||||
{
|
||||
QGraphicsDropShadowEffect *effect = new QGraphicsDropShadowEffect(this);
|
||||
effect->setBlurRadius(30.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue