Set beam cursor on selectable labels

This commit is contained in:
jn64 2022-06-20 14:28:38 +08:00
parent 0afa2e92d5
commit fa6829a6a1

View File

@ -89,6 +89,9 @@
</item>
<item>
<widget class="QLabel" name="versionLabel">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
@ -166,6 +169,9 @@
</item>
<item>
<widget class="QLabel" name="platformLabel">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Platform:</string>
</property>
@ -179,6 +185,9 @@
</item>
<item>
<widget class="QLabel" name="buildNumLabel">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Build Number:</string>
</property>
@ -192,6 +201,9 @@
</item>
<item>
<widget class="QLabel" name="channelLabel">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Channel:</string>
</property>