-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90a97ca
commit c6c7ed4
Showing
6 changed files
with
13 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
__copyright__ = '2010, Kovid Goyal <[email protected]>' | ||
__docformat__ = 'restructuredtext en' | ||
|
||
import json | ||
from collections import defaultdict | ||
from functools import partial | ||
from threading import Thread | ||
|
@@ -36,7 +35,6 @@ | |
Qt, | ||
QTableWidget, | ||
QTableWidgetItem, | ||
QTabWidget, | ||
QVBoxLayout, | ||
QWidget, | ||
pyqtSignal, | ||
|
@@ -46,32 +44,13 @@ | |
from calibre.constants import ismacos, iswindows | ||
from calibre.ebooks.metadata.book.render import DEFAULT_AUTHOR_LINK | ||
from calibre.ebooks.metadata.sources.prefs import msprefs | ||
from calibre.gui2 import ( | ||
choose_files, | ||
choose_save_file, | ||
config, | ||
default_author_link, | ||
error_dialog, | ||
gprefs, | ||
icon_resource_manager, | ||
open_local_file, | ||
qt_app, | ||
question_dialog, | ||
) | ||
|
||
from calibre.gui2 import config, default_author_link, error_dialog, gprefs, icon_resource_manager, open_local_file, qt_app, question_dialog | ||
from calibre.gui2.custom_column_widgets import get_field_list as em_get_field_list | ||
from calibre.gui2.dialogs.quickview import get_qv_field_list | ||
from calibre.gui2.library.alternate_views import CM_TO_INCH, auto_height | ||
from calibre.gui2.preferences import ConfigWidgetBase, Setting, set_help_tips, test_widget | ||
from calibre.gui2.preferences.coloring import EditRules | ||
from calibre.gui2.preferences.look_feel_tabs import ( | ||
DisplayedFields, | ||
export_layout, | ||
import_layout, | ||
move_field_down, | ||
move_field_up, | ||
reset_layout, | ||
) | ||
from calibre.gui2.preferences.look_feel_tabs import DisplayedFields, export_layout, import_layout, move_field_down, move_field_up, reset_layout | ||
from calibre.gui2.preferences.look_feel_ui import Ui_Form | ||
from calibre.gui2.widgets import BusyCursor | ||
from calibre.gui2.widgets2 import Dialog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters