src/eric7/Project/UicLoadUi6.py

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

eric ide

mercurial