manuskript/src/qt.py
Olivier Keshavjee 11d49f2ef0 Switch to Qt5
2015-06-03 18:40:19 +02:00

8 lines
163 B
Python

# -*- coding: utf-8 -*-
from PyQt5.QtCore import *
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
#from PyQt4.QtCore import *
#from PyQt4.QtGui import *