mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
68ca4c1bc0
commit
c009afd94a
@ -14,13 +14,9 @@ from calibre.gui2 import gprefs, question_dialog
|
|||||||
from calibre.utils.icu import sort_key
|
from calibre.utils.icu import sort_key
|
||||||
|
|
||||||
from catalog_epub_mobi_ui import Ui_Form
|
from catalog_epub_mobi_ui import Ui_Form
|
||||||
from PyQt4 import QtGui
|
from PyQt4.Qt import (Qt, QAbstractItemView, QCheckBox, QComboBox,
|
||||||
from PyQt4.Qt import (Qt, QAbstractItemView, QCheckBox, QComboBox, QDialog,
|
QDoubleSpinBox, QIcon, QLineEdit, QRadioButton, QSize, QSizePolicy,
|
||||||
QDialogButtonBox, QDoubleSpinBox,
|
QTableWidget, QTableWidgetItem, QToolButton, QVBoxLayout, QWidget)
|
||||||
QHBoxLayout, QIcon, QLabel, QLineEdit,
|
|
||||||
QPlainTextEdit, QRadioButton, QSize, QSizePolicy,
|
|
||||||
QTableWidget, QTableWidgetItem, QTimer,
|
|
||||||
QToolButton, QVBoxLayout, QWidget)
|
|
||||||
|
|
||||||
class PluginWidget(QWidget,Ui_Form):
|
class PluginWidget(QWidget,Ui_Form):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user