src/eric7/Project/UicLoadUi5.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9560
abffba70297f
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
19 19
20 @param dataString string to be printed 20 @param dataString string to be printed
21 @type str 21 @type str
22 """ 22 """
23 print("@@eric_start@@{0}@@eric_end@@".format(dataString), file=sys.stderr) 23 print("@@eric_start@@{0}@@eric_end@@".format(dataString), file=sys.stderr)
24
24 25
25 try: 26 try:
26 from PyQt5 import uic 27 from PyQt5 import uic
27 from PyQt5.QtCore import QByteArray, QMetaMethod 28 from PyQt5.QtCore import QByteArray, QMetaMethod
28 from PyQt5.QtWidgets import QAction, QApplication, QWidget 29 from PyQt5.QtWidgets import QAction, QApplication, QWidget

eric ide

mercurial