Merge branch 'move-quickview-tab' of https://github.com/un-pogaz/calibre

This commit is contained in:
Kovid Goyal 2025-02-01 09:37:47 +05:30
commit 24c4ca72ce
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 2 additions and 2 deletions

View File

@ -1410,7 +1410,7 @@ columns". Editing with mouse clicks and the Tab key will be disabled.</p
<customwidget>
<class>QuickviewTab</class>
<extends>ConfigWidget</extends>
<header>calibre/gui2/preferences/look_feel_tabs.tb_quickview.h</header>
<header>calibre/gui2/preferences/look_feel_tabs.quickview.h</header>
</customwidget>
</customwidgets>
<resources>

View File

@ -12,7 +12,7 @@ from calibre.gui2.actions.show_quickview import get_quickview_action_plugin
from calibre.gui2.dialogs.quickview import get_qv_field_list
from calibre.gui2.preferences import ConfigWidgetBase, LazyConfigWidgetBase
from calibre.gui2.preferences.look_feel_tabs import DisplayedFields, move_field_down, move_field_up
from calibre.gui2.preferences.look_feel_tabs.tb_quickview_ui import Ui_Form
from calibre.gui2.preferences.look_feel_tabs.quickview_ui import Ui_Form
class QVDisplayedFields(DisplayedFields): # {{{