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