mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 05:13:02 +02:00
...
This commit is contained in:
parent
4e7ce1fece
commit
29fab25da6
2 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
# QT5XX: See if you can figure out why the splash screen does not work in linux
|
||||
|
||||
# See why some dialog boxes are positioned in top left corner instead of center
|
||||
# on linux
|
||||
|
||||
# QT5XX: Look for obsolete classes and functions from the list here:
|
||||
# http://qt-project.org/doc/qt-5/obsoleteclasses.html as these will not be
|
||||
# present in PyQt5
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
import sys
|
||||
|
||||
from PyQt4.Qt import (
|
||||
from PyQt5.Qt import (
|
||||
QSplitter, QVBoxLayout, QTableView, QWidget, QLabel, QAbstractTableModel,
|
||||
Qt, QApplication, QTimer, QPushButton, pyqtSignal, QFormLayout, QLineEdit,
|
||||
QIcon, QSize)
|
||||
|
|
|
|||
Loading…
Reference in a new issue