mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Fix missing buddy association
This commit is contained in:
parent
5bd5cfe761
commit
a66cf0f185
@ -70,8 +70,8 @@ is completed. This can be slow on large libraries.</string>
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>944</width>
|
<width>930</width>
|
||||||
<height>600</height>
|
<height>603</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
@ -311,7 +311,7 @@ for e.g., EPUB to EPUB, calibre saves the original EPUB
|
|||||||
<item row="7" column="0">
|
<item row="7" column="0">
|
||||||
<widget class="QLabel" name="label_7">
|
<widget class="QLabel" name="label_7">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Series:</string>
|
<string>Ser&ies:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textFormat">
|
<property name="textFormat">
|
||||||
<enum>Qt::PlainText</enum>
|
<enum>Qt::PlainText</enum>
|
||||||
@ -737,7 +737,7 @@ as that of the first selected book.</string>
|
|||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QLabel" name="xlabel_22">
|
<widget class="QLabel" name="xlabel_22">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Load searc&h/replace:</string>
|
<string>&Load search/replace:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>query_field</cstring>
|
<cstring>query_field</cstring>
|
||||||
@ -858,7 +858,7 @@ as that of the first selected book.</string>
|
|||||||
<item row="5" column="0">
|
<item row="5" column="0">
|
||||||
<widget class="QLabel" name="s_r_src_ident_label">
|
<widget class="QLabel" name="s_r_src_ident_label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Identifier type:</string>
|
<string>&Identifier type:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>s_r_src_ident</cstring>
|
<cstring>s_r_src_ident</cstring>
|
||||||
@ -881,7 +881,7 @@ as that of the first selected book.</string>
|
|||||||
<item row="5" column="0">
|
<item row="5" column="0">
|
||||||
<widget class="QLabel" name="template_label">
|
<widget class="QLabel" name="template_label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Te&mplate:</string>
|
<string>&Template:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>s_r_template</cstring>
|
<cstring>s_r_template</cstring>
|
||||||
@ -1181,8 +1181,8 @@ not multiple and the destination field is multiple</string>
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>922</width>
|
<width>908</width>
|
||||||
<height>268</height>
|
<height>253</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="testgrid">
|
<layout class="QGridLayout" name="testgrid">
|
||||||
@ -1205,6 +1205,9 @@ not multiple and the destination field is multiple</string>
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Your &test:</string>
|
<string>Your &test:</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="buddy">
|
||||||
|
<cstring>test_text</cstring>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="8" column="1">
|
<item row="8" column="1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user