mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
Make the title label selectable
And therefore its text is copyable.
This commit is contained in:
parent
0fdb1b3f53
commit
43e3d0b4b2
@ -25,6 +25,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">qBittorrent</string>
|
<string notr="true">qBittorrent</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="textInteractionFlags">
|
||||||
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user