Flag non interactive pour le textedit des patch notes

This commit is contained in:
2026-03-12 12:07:50 +01:00
parent c73756d3d7
commit c532fbe137
2 changed files with 10 additions and 1 deletions

View File

@@ -870,6 +870,9 @@
<property name="readOnly">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextInteractionFlag::NoTextInteraction</set>
</property>
</widget>
</item>
</layout>