mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Changed help buttons from QPushButton to QToolButton to use auto raise effect.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6647 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7be951eebf
commit
0051782aef
9 changed files with 49 additions and 91 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <QTextBrowser>
|
||||
|
||||
class UserNotify;
|
||||
class QPushButton ;
|
||||
class QAbstractButton ;
|
||||
|
||||
class MainPage : public QWidget
|
||||
{
|
||||
|
@ -43,7 +43,7 @@ class MainPage : public QWidget
|
|||
// Overload this to add some help info to the page. The way the info is
|
||||
// shown is handled by showHelp() below;
|
||||
//
|
||||
void registerHelpButton(QPushButton *button, const QString& help_html_text) ;
|
||||
void registerHelpButton(QAbstractButton *button, const QString& help_html_text) ;
|
||||
|
||||
private slots:
|
||||
void showHelp(bool b) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue