add selectable flag while preserving link clicking

https://anki.tenderapp.com/discussions/beta-testing/1920-config-can-copy-paste-but-cant-click-links-now
This commit is contained in:
Damien Elmes 2020-04-21 09:11:56 +10:00
parent ce589fb975
commit 4b8cf631d5

View file

@ -85,6 +85,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>
</layout> </layout>