mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-26 17:58:19 +03:00
Make the title label selectable
And therefore its text is copyable.
This commit is contained in:
parent
c14b08bd1d
commit
ffb3f60a22
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue