org.kde.koala
public class KActiveLabel extends QTextBrowser
Version: $Id: KActiveLabel.java 473384 2005-10-23 14:17:09Z rdale $
UNKNOWN: Label with support for selection and clickable links.
Constructor Summary | |
---|---|
protected | KActiveLabel(Class dummy) |
KActiveLabel(QWidget parent, String name)
Constructor.
| |
KActiveLabel(QWidget parent) | |
KActiveLabel(String text, QWidget parent, String name)
Constructor.
| |
KActiveLabel(String text, QWidget parent) |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | focusInEvent(QFocusEvent fe) |
protected void | focusOutEvent(QFocusEvent fe) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | keyPressEvent(QKeyEvent e) |
QMetaObject | metaObject() |
QSize | minimumSizeHint() |
void | openLink(String link)
Opens link in the default browser.
|
QSize | sizeHint() |
UNKNOWN: Constructor.
UNKNOWN: Constructor.
link
in the default browser.
If link
starts with the text "whatsthis:" a QWhatsThis
box will appear and then display the rest of the text. The WhatsThis
functionality is available since KDE 3.2.UNKNOWN: Opens link
in the default browser.