Qt: Allow copying the version string from interface settings

This commit is contained in:
Davide Pesavento
2025-11-29 20:00:35 -05:00
committed by Connor McLaughlin
parent 9fa42e2f61
commit 7a929b1d41

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>652</width> <width>652</width>
<height>483</height> <height>490</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
@@ -193,8 +193,8 @@
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLabel" name="autoUpdateCurrentVersion"> <widget class="QLabel" name="autoUpdateCurrentVersion">
<property name="text"> <property name="textInteractionFlags">
<string/> <set>Qt::TextInteractionFlag::TextSelectableByMouse</set>
</property> </property>
</widget> </widget>
</item> </item>