mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Add some tooltips
This commit is contained in:
parent
3d1f332e9f
commit
ed1ad7a38d
@ -97,6 +97,9 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>When multiple formats are present in a book being converted, this list determines which format will be used as the "source" for the conversion.</string>
|
||||
</property>
|
||||
<property name="dragEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@ -192,16 +195,16 @@ If not checked, the values can be Yes or No.</string>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="opt_numeric_collation">
|
||||
<property name="text">
|
||||
<string>Recognize numbers inside text when sorting (needs restart)</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><p>Setting this means that when sorting on text fields
|
||||
like title the text "Book 2" will sort before the text "Book 100".
|
||||
like title the text "Book 2" will sort before the text "Book 100".
|
||||
Note that setting this can cause problems with text that starts
|
||||
with numbers and is a little slower. This setting is per user, not
|
||||
per library.</p></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Recognize numbers inside text when sorting (needs restart)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="2">
|
||||
@ -286,6 +289,9 @@ per library.</p></string>
|
||||
<layout class="QGridLayout" name="gridLayout_4">
|
||||
<item row="0" column="0">
|
||||
<widget class="QListWidget" name="opt_internally_viewed_formats">
|
||||
<property name="toolTip">
|
||||
<string>File types that are unchecked in this list will be opened with the default program configured in the operating system, for that file type.</string>
|
||||
</property>
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user