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:
thunder2 2013-08-29 22:02:04 +00:00
parent 7be951eebf
commit 0051782aef
9 changed files with 49 additions and 91 deletions

View file

@ -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) ;