compile
svn path=/branches/KDE/4.4/kdelibs/; revision=1095389
This commit is contained in:
parent
a874f7df11
commit
a4ba4faecd
@ -116,7 +116,7 @@ Label::Label(QGraphicsWidget *parent)
|
||||
QLabel *native = new QLabel;
|
||||
//disabled for now: triggers Qt bug 7254
|
||||
//native->setWindowFlags(native->windowFlags()|Qt::BypassGraphicsProxyWidget);
|
||||
native->setTextInteractionFlags(Qt::TextBrowserInteraction)
|
||||
native->setTextInteractionFlags(Qt::TextBrowserInteraction);
|
||||
d->textSelectable = false;
|
||||
connect(native, SIGNAL(linkActivated(QString)), this, SIGNAL(linkActivated(QString)));
|
||||
connect(native, SIGNAL(linkHovered(QString)), this, SIGNAL(linkHovered(QString)));
|
||||
|
Loading…
Reference in New Issue
Block a user