pyqt5 initial commit
This commit is contained in:
parent
19fb905554
commit
e4998cd5b5
21 changed files with 656 additions and 728 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue