mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 07:20:28 -04:00
Fixed clickable links in forum message feed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5085 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
665b7fbf47
commit
681ec848e0
2 changed files with 4 additions and 1 deletions
|
@ -218,7 +218,7 @@ void ForumMsgItem::updateItemStatic()
|
|||
}
|
||||
|
||||
/* header stuff */
|
||||
subjectLabel->setText(ForumsDialog::titleFromInfo(msg));
|
||||
subjectLabel->setText(link.toHtml());
|
||||
//srcLabel->setText(QString::fromStdString(msg.srcId));
|
||||
}
|
||||
|
||||
|
|
|
@ -96,6 +96,9 @@ border-radius: 10px}</string>
|
|||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue