This commit is contained in:
Kovid Goyal 2014-04-18 12:49:43 +05:30
parent d240581bce
commit 04e342c072

View File

@ -11,7 +11,7 @@ from collections import defaultdict, OrderedDict
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,