![]() |
VR-Forces 4.0.4 Class Documentation
|
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 |
QLabel that can act as a hyperlink, independent of its content.
| makVrv::DtUrlLabel::DtUrlLabel | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtUrlLabel::~DtUrlLabel | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtUrlLabel::setUrl | ( | const QString & | url | ) | [virtual] |
Specify the url to activate.
Reimplemented in makVrv::DtMovieUrlLabel.
| virtual QString makVrv::DtUrlLabel::url | ( | ) | const [virtual] |
Get the url to activate.
Reimplemented in makVrv::DtMovieUrlLabel.
| virtual void makVrv::DtUrlLabel::mouseReleaseEvent | ( | QMouseEvent * | ev | ) | [protected, virtual] |
Override of base class functionality, a mouse release event causes the url specified to be activated.
QString makVrv::DtUrlLabel::myUrl [protected] |