mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 10:06:05 +01:00
...
This commit is contained in:
parent
d240581bce
commit
04e342c072
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
from threading import Thread
|
||||
from functools import partial
|
||||
|
||||
from PyQt4.Qt import (
|
||||
from PyQt5.Qt import (
|
||||
QGridLayout, QApplication, QTreeWidget, QTreeWidgetItem, Qt, QFont, QSize,
|
||||
QStackedLayout, QLabel, QVBoxLayout, QWidget, QPushButton, QIcon, QMenu,
|
||||
QDialogButtonBox, QLineEdit, QDialog, QToolButton, QFormLayout, QHBoxLayout,
|
||||
|
|
|
|||
Loading…
Reference in a new issue