PictureDialog text is selectable now
This commit is contained in:
parent
2cd560d7e3
commit
25184e13b3
1 changed files with 6 additions and 0 deletions
|
@ -80,9 +80,15 @@
|
|||
<span style=" font-weight:600;">Players: </span>%4<br>
|
||||
<span style=" font-weight:600;">Crew ID: </span>%5</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::TextBrowserInteraction</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue