mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 23:46:00 +01:00
...
This commit is contained in:
parent
68ca4c1bc0
commit
c009afd94a
1 changed files with 3 additions and 7 deletions
|
|
@ -14,13 +14,9 @@
|
||||||
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…
Reference in a new issue