8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
7 Module implementing the Ericapi plugin. | 7 Module implementing the Ericapi plugin. |
8 """ | 8 """ |
9 | 9 |
10 import os | 10 import os |
11 | 11 |
12 from PyQt5.QtCore import QObject, QCoreApplication | 12 from PyQt6.QtCore import QObject, QCoreApplication |
13 from PyQt5.QtWidgets import QDialog | 13 from PyQt6.QtWidgets import QDialog |
14 | 14 |
15 from E5Gui.E5Application import e5App | 15 from E5Gui.E5Application import e5App |
16 | 16 |
17 from E5Gui.E5Action import E5Action | 17 from E5Gui.E5Action import E5Action |
18 | 18 |