Skip to content
Snippets Groups Projects

PickWidget: allow copying the picked property value text

Merged Martin Heistermann requested to merge allow-copypasting-picked-value into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -72,6 +72,9 @@
<property name="text">
<string>-</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
Loading