make descriptions in the new dialog selectable

This commit is contained in:
Roy Qu 2022-01-09 19:50:56 +08:00
parent ece9737863
commit 2204ac8ea1
1 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<string/>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
@ -74,6 +74,9 @@
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>