#include <helplabel.h>
Definition at line 7 of file helplabel.h.
HelpLabel::HelpLabel |
( |
const QString & |
text | ) |
|
|
inline |
Definition at line 11 of file helplabel.h.
12 { setContextMenuPolicy(Qt::CustomContextMenu);
13 connect(
this,SIGNAL(customContextMenuRequested(
const QPoint&)),
def connect(nxgraph, k1, k2, p1=0, p2=0, kwds)
void showMenu(const QPoint &p)
void HelpLabel::enter |
( |
| ) |
|
|
signal |
void HelpLabel::enterEvent |
( |
QEvent * |
event | ) |
|
|
inlineprotected |
Definition at line 30 of file helplabel.h.
Event finding and building.
void HelpLabel::reset |
( |
| ) |
|
|
signal |
void HelpLabel::showMenu |
( |
const QPoint & |
p | ) |
|
|
inlineprivateslot |
Definition at line 20 of file helplabel.h.
23 QAction *
a = menu.addAction(tr(
"Reset to default"));
24 if (menu.exec(mapToGlobal(
p))==
a)
The documentation for this class was generated from the following file: