Improve tooltips of db query widget

This commit is contained in:
Martchus 2019-05-30 14:44:54 +02:00
parent 456565ceb9
commit ea708f5ad1
1 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QWidget" name="" native="true"> <widget class="QWidget" name="optionsWidget" native="true">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -246,7 +246,7 @@
<item> <item>
<widget class="QCheckBox" name="overrideCheckBox"> <widget class="QCheckBox" name="overrideCheckBox">
<property name="toolTip"> <property name="toolTip">
<string>Whether existing values of selected &quot;Fields to be used&quot; should be overridden with values from search result</string> <string>Whether existing values of selected &quot;Fields to be used&quot; should be overridden with values from search result when clicking on &quot;Use selected row&quot; or on automatic insertion.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Override existing values</string> <string>Override existing values</string>
@ -259,7 +259,7 @@
<item> <item>
<widget class="QCheckBox" name="autoInsertCheckBox"> <widget class="QCheckBox" name="autoInsertCheckBox">
<property name="toolTip"> <property name="toolTip">
<string>Whether matching values for selected &quot;Fields to be used&quot; from the search result should be inserted automatically when opening a file</string> <string>Whether values for selected &quot;Fields to be used&quot; should be inserted automatically when opening a file. The row to insert the values from is determined from the existing title and/or track number fields of the file and disambiguated by taking the album and artist into account as well. It still makes sense to check that the correct row has been inserted before saving.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Insert automatically</string> <string>Insert automatically</string>