This commit is contained in:
Kovid Goyal 2014-06-12 21:30:08 +05:30
parent 4e7ce1fece
commit 29fab25da6
2 changed files with 4 additions and 1 deletions

View File

@ -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
# 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

View File

@ -8,7 +8,7 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
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)