#include <widgets.h>
Public Member Functions |
|
| HelpButton (QWidget *parent, const QString &sID, const QString &sText=tr("Help...")) | |
| Constructor, sID is the help entry id where
this help button pointing to. |
|
| void | SetHelpID (const QString &sID) |
| Set the help entry id. |
|
| QString | HelpID (void) |
| Get the help entry id. |
|
Protected Attributes |
|
| QString | m_sID |
| A help entry id which maps to different help
links for different languages. |
|
Static Protected Attributes |
|
| static QSignalMapper * | s_pSignalMapper |
| HelpButton | ( | QWidget * | parent, |
| const QString & | sID, | ||
| const QString & | sText =
tr("Help...") |
||
| ) |
Constructor, sID is the help entry id where this help button pointing to.
| void SetHelpID | ( | const QString & | sID | ) |
Set the help entry id.
| QString HelpID | ( | void | ) | [inline] |
QString
m_sID [protected] |
A help entry id which maps to different help links for different languages.
QSignalMapper*
s_pSignalMapper [static, protected] |