Merge pull request #2039 from defnax/links-clickable

Enabled the Text markable & links clickable for the comments composer
This commit is contained in:
csoler 2020-08-18 23:27:09 +02:00 committed by GitHub
commit 92af407f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,12 @@ p, li { white-space: pre-wrap; }
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="2" column="0">