Skip to content

Commit bb7fd10

Browse files
authored
CtInfo: Allow Label Text Selection (#337)
1 parent f6528c6 commit bb7fd10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pupgui2/resources/ui/pupgui2_ctinfodialog.ui

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<property name="text">
3333
<string/>
3434
</property>
35+
<property name="textInteractionFlags">
36+
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
37+
</property>
3538
</widget>
3639
</item>
3740
<item row="1" column="0">
@@ -46,6 +49,9 @@
4649
<property name="text">
4750
<string/>
4851
</property>
52+
<property name="textInteractionFlags">
53+
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
54+
</property>
4955
</widget>
5056
</item>
5157
<item row="2" column="0">
@@ -60,6 +66,9 @@
6066
<property name="text">
6167
<string/>
6268
</property>
69+
<property name="textInteractionFlags">
70+
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
71+
</property>
6372
</widget>
6473
</item>
6574
</layout>

0 commit comments

Comments
 (0)