Skip to content

Commit

Permalink
CtInfo: Allow Label Text Selection (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk authored Dec 24, 2023
1 parent f6528c6 commit bb7fd10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pupgui2/resources/ui/pupgui2_ctinfodialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<property name="text">
<string/>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="1" column="0">
Expand All @@ -46,6 +49,9 @@
<property name="text">
<string/>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="2" column="0">
Expand All @@ -60,6 +66,9 @@
<property name="text">
<string/>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit bb7fd10

Please sign in to comment.