mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
...
This commit is contained in:
parent
4e7ce1fece
commit
29fab25da6
@ -14,6 +14,9 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
|
|||||||
|
|
||||||
# QT5XX: See if you can figure out why the splash screen does not work in linux
|
# 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:
|
# 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
|
# http://qt-project.org/doc/qt-5/obsoleteclasses.html as these will not be
|
||||||
# present in PyQt5
|
# present in PyQt5
|
||||||
|
@ -8,7 +8,7 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from PyQt4.Qt import (
|
from PyQt5.Qt import (
|
||||||
QSplitter, QVBoxLayout, QTableView, QWidget, QLabel, QAbstractTableModel,
|
QSplitter, QVBoxLayout, QTableView, QWidget, QLabel, QAbstractTableModel,
|
||||||
Qt, QApplication, QTimer, QPushButton, pyqtSignal, QFormLayout, QLineEdit,
|
Qt, QApplication, QTimer, QPushButton, pyqtSignal, QFormLayout, QLineEdit,
|
||||||
QIcon, QSize)
|
QIcon, QSize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user