Cleanup previous PR

This commit is contained in:
Kovid Goyal 2022-02-04 20:32:28 +05:30
parent b927925d2a
commit cf5f2ee4fc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1083</width> <width>1083</width>
<height>580</height> <height>579</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -987,33 +987,33 @@ A value of zero means calculate automatically.</string>
<layout class="QFormLayout"> <layout class="QFormLayout">
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="opt_edit_metadata_ignore_display_order"> <widget class="QCheckBox" name="opt_edit_metadata_ignore_display_order">
<property name="text">
<string>Show all columns in default order when editing metadata</string>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;p&gt;Check this box to make the edit metadata dialogs ignore the <string>&lt;p&gt;Check this box to make the edit metadata dialogs ignore the
above specifications, showing all the columns in the default order. This is above specifications, showing all the columns in the default order. This is
useful for temporarily seeing all your columns in the dialogs without losing useful for temporarily seeing all your columns in the dialogs without losing
the display and order specifications.&lt;/p&gt;</string> the display and order specifications.&lt;/p&gt;</string>
</property> </property>
<property name="text">
<string>Show &amp;all columns in default order when editing metadata</string>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2"> <item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="opt_edit_metadata_elide_labels"> <widget class="QCheckBox" name="opt_edit_metadata_elide_labels">
<property name="text">
<string>Elide labels when editing custom columns</string>
</property>
<property name="toolTip"> <property name="toolTip">
<string>If checked then labels wider than the label width <string>If checked then labels wider than the label width
will be elided, otherwise they will be word wrapped.</string> will be elided, otherwise they will be word wrapped.</string>
</property> </property>
<property name="text">
<string>&amp;Elide labels when editing custom columns</string>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_102"> <widget class="QLabel" name="label_102">
<property name="text"> <property name="text">
<string>Elision point</string> <string>Elision point:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>opt_edit_metadata_elision_point</cstring> <cstring>opt_edit_metadata_elision_point</cstring>
</property> </property>
@ -1033,14 +1033,14 @@ will be elided, otherwise they will be word wrapped.</string>
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="opt_edit_metadata_single_use_2_cols_for_custom_fields"> <widget class="QCheckBox" name="opt_edit_metadata_single_use_2_cols_for_custom_fields">
<property name="text"> <property name="text">
<string>Use two columns for custom columns in the Default layout</string> <string>Use &amp;two columns for custom columns in the Default layout</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_102"> <widget class="QLabel" name="label_102">
<property name="text"> <property name="text">
<string>Bulk edit custom column label length</string> <string>&amp;Bulk edit custom column label length:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>opt_edit_metadata_bulk_cc_label_length</cstring> <cstring>opt_edit_metadata_bulk_cc_label_length</cstring>
@ -1050,16 +1050,17 @@ will be elided, otherwise they will be word wrapped.</string>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QSpinBox" name="opt_edit_metadata_bulk_cc_label_length"> <widget class="QSpinBox" name="opt_edit_metadata_bulk_cc_label_length">
<property name="toolTip"> <property name="toolTip">
<string>The maximum width of a custom column label in bulk metadata <string>The maximum width of a custom column label for the bulk metadata edit dialog in average characters.</string>
edit. It is computed by multiplying the average width of characters </property>
in the font by this number.</string> <property name="suffix">
<string> chars</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_1022"> <widget class="QLabel" name="label_1022">
<property name="text"> <property name="text">
<string>Single edit Custom column label length</string> <string>&amp;Single edit custom column label length:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>opt_edit_metadata_single_cc_label_length</cstring> <cstring>opt_edit_metadata_single_cc_label_length</cstring>
@ -1069,11 +1070,12 @@ in the font by this number.</string>
<item row="2" column="1"> <item row="2" column="1">
<widget class="QSpinBox" name="opt_edit_metadata_single_cc_label_length"> <widget class="QSpinBox" name="opt_edit_metadata_single_cc_label_length">
<property name="toolTip"> <property name="toolTip">
<string>The maximum width of a custom column label in single <string>The maximum width of a custom column label for the single metadata edit dialog in average characters.</string>
metadata edit. It is computed by multiplying the average width of characters
in the font by this number.</string>
</property> </property>
</widget> <property name="suffix">
<string> chars</string>
</property>
</widget>
</item> </item>
</layout> </layout>
</item> </item>