This commit is contained in:
Kovid Goyal 2014-07-01 11:45:29 +05:30
parent a074794a22
commit 459f6706c3

View File

@ -6,21 +6,8 @@ from __future__ import (unicode_literals, division, absolute_import,
__license__ = 'GPL v3'
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
# QT5XX: Add a import checker that looks for all from PyQt5.* imports and runs
# them to check that they work. This can probably be made part of python
# setup.py check.
# QT5XX: Test touchscreen support on windows 8 in the viewer
# 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
# QT5XX: Delete this file after migration is completed
import os, re