mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Mark setting as requiring restart
This commit is contained in:
parent
e1fa22748f
commit
b0bc3871a0
@ -49,7 +49,7 @@ class EditMetadataTab(LazyConfigWidgetBase, Ui_Form):
|
|||||||
r('edit_metadata_single_use_2_cols_for_custom_fields', gprefs)
|
r('edit_metadata_single_use_2_cols_for_custom_fields', gprefs)
|
||||||
r('edit_metadata_bulk_cc_label_length', gprefs)
|
r('edit_metadata_bulk_cc_label_length', gprefs)
|
||||||
r('edit_metadata_single_cc_label_length', gprefs)
|
r('edit_metadata_single_cc_label_length', gprefs)
|
||||||
r('edit_metadata_templates_only_F2_on_booklist', gprefs)
|
r('edit_metadata_templates_only_F2_on_booklist', gprefs, restart_required=True)
|
||||||
|
|
||||||
self.em_display_model = EMDisplayedFields(self.gui.current_db, self.em_display_order)
|
self.em_display_model = EMDisplayedFields(self.gui.current_db, self.em_display_order)
|
||||||
self.em_display_model.dataChanged.connect(self.changed_signal)
|
self.em_display_model.dataChanged.connect(self.changed_signal)
|
||||||
|
@ -2,13 +2,14 @@
|
|||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>Form</class>
|
<class>Form</class>
|
||||||
<widget class="QWidget" name="edit_metadata_tab">
|
<widget class="QWidget" name="edit_metadata_tab">
|
||||||
<attribute name="icon">
|
<property name="geometry">
|
||||||
<iconset resource="../../../../../resources/images.qrc">
|
<rect>
|
||||||
<normaloff>:/images/edit_input.png</normaloff>:/images/edit_input.png</iconset>
|
<x>0</x>
|
||||||
</attribute>
|
<y>0</y>
|
||||||
<attribute name="title">
|
<width>712</width>
|
||||||
<string>Edit &metadata</string>
|
<height>444</height>
|
||||||
</attribute>
|
</rect>
|
||||||
|
</property>
|
||||||
<layout class="QVBoxLayout" name="vbox_layout_61">
|
<layout class="QVBoxLayout" name="vbox_layout_61">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QFormLayout">
|
<layout class="QFormLayout">
|
||||||
@ -43,7 +44,7 @@
|
|||||||
<string>Move down. Keyboard shortcut: Ctrl-Down arrow</string>
|
<string>Move down. Keyboard shortcut: Ctrl-Down arrow</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../resources/images.qrc">
|
<iconset resource="../../../../../resources/images.qrc">
|
||||||
<normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset>
|
<normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
@ -54,7 +55,7 @@
|
|||||||
<string>Move up. Keyboard shortcut: Ctrl-Up arrow</string>
|
<string>Move up. Keyboard shortcut: Ctrl-Up arrow</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../../resources/images.qrc">
|
<iconset resource="../../../../../resources/images.qrc">
|
||||||
<normaloff>:/images/arrow-up.png</normaloff>:/images/arrow-up.png</iconset>
|
<normaloff>:/images/arrow-up.png</normaloff>:/images/arrow-up.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
@ -200,7 +201,7 @@ open the template editor in the book list for a "Column built from other
|
|||||||
columns". Editing with mouse clicks and the Tab key will be disabled.</p></string>
|
columns". Editing with mouse clicks and the Tab key will be disabled.</p></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Only the &F2 (Edit) key edits column templates in the book list</string>
|
<string>Only the &F2 (Edit) key edits column templates (restart needed)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -269,6 +270,7 @@ columns". Editing with mouse clicks and the Tab key will be disabled.</p
|
|||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../../../../../resources/images.qrc"/>
|
<include location="../../../../../resources/images.qrc"/>
|
||||||
</resources>
|
</resources>
|
||||||
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user