pyqt5 initial commit

This commit is contained in:
ingvar1995 2017-04-11 21:10:03 +03:00
parent 19fb905554
commit e4998cd5b5
21 changed files with 656 additions and 728 deletions

View file

@ -1,5 +1,5 @@
try:
from PySide import QtCore, QtGui
from PyQt5 import QtCore, QtGui
except ImportError:
from PyQt4 import QtCore, QtGui
from history import *