ScrobblerSettingsPage: Add tooltip

This commit is contained in:
Jonas Kvinge
2025-01-04 03:15:38 +01:00
parent dc5894b38a
commit 91e8fe0943

View File

@@ -39,8 +39,11 @@
</item> </item>
<item> <item>
<widget class="QCheckBox" name="checkbox_offline"> <widget class="QCheckBox" name="checkbox_offline">
<property name="toolTip">
<string>With this option enabled, scrobbles will be cached to disk but not sent to the server. This option can be enabled in cases where the server or the internet connection is unstable, the scrobbles will be sent when the option is disabled.</string>
</property>
<property name="text"> <property name="text">
<string>Work in offline mode (Only cache scrobbles)</string> <string>Offline mode (Only cache scrobbles)</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -62,6 +65,9 @@
<layout class="QHBoxLayout" name="layout_submit"> <layout class="QHBoxLayout" name="layout_submit">
<item> <item>
<widget class="QLabel" name="label_submit"> <widget class="QLabel" name="label_submit">
<property name="toolTip">
<string>This is the delay between when a song is scrobbled and when scrobbles are submitted to the server. Setting the time to 0 seconds will submit scrobbles immediately.</string>
</property>
<property name="text"> <property name="text">
<string>Submit scrobbles every</string> <string>Submit scrobbles every</string>
</property> </property>
@@ -95,16 +101,6 @@
</item> </item>
</layout> </layout>
</item> </item>
<item>
<widget class="QLabel" name="label_submit_info">
<property name="text">
<string>(This is the delay between when a song is scrobbled and when scrobbles are submitted to the server. Setting the time to 0 seconds will submit scrobbles immediately).</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item> <item>
<widget class="QCheckBox" name="checkbox_albumartist"> <widget class="QCheckBox" name="checkbox_albumartist">
<property name="text"> <property name="text">