QLabel that can act as a hyperlink, independent of its content.
More...
Public Member Functions |
| | DtUrlLabel (QWidget *parent=0, Qt::WindowFlags f=0) |
| | CTOR.
|
| virtual | ~DtUrlLabel () |
| | DTOR.
|
| virtual void | setUrl (const QString &url) |
| | Specify the url to activate.
|
| virtual QString | url () const |
| | Get the url to activate.
|
Protected Member Functions |
| virtual void | mouseReleaseEvent (QMouseEvent *ev) |
| | Override of base class functionality, a mouse release event causes the url specified to be activated.
|
Protected Attributes |
| QString | myUrl |
Detailed Description
QLabel that can act as a hyperlink, independent of its content.
Constructor & Destructor Documentation
| makVrv::DtUrlLabel::DtUrlLabel |
( |
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| virtual makVrv::DtUrlLabel::~DtUrlLabel |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtUrlLabel::setUrl |
( |
const QString & |
url | ) |
|
|
virtual |
| virtual QString makVrv::DtUrlLabel::url |
( |
| ) |
const |
|
virtual |
| virtual void makVrv::DtUrlLabel::mouseReleaseEvent |
( |
QMouseEvent * |
ev | ) |
|
|
protectedvirtual |
Override of base class functionality, a mouse release event causes the url specified to be activated.
Member Data Documentation
| QString makVrv::DtUrlLabel::myUrl |
|
protected |
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.vrf4-6-branch/include/vrvCoreQt/DtUrlLabel.h