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 |