8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import QObject |
10 from PyQt6.QtCore import QObject |
11 from PyQt6.QtWidgets import QDialog |
11 from PyQt6.QtWidgets import QDialog |
12 |
12 |
13 from E5Gui.EricApplication import ericApp |
13 from EricWidgets.EricApplication import ericApp |
14 from E5Gui.EricAction import EricAction |
14 from EricGui.EricAction import EricAction |
15 from E5Gui import EricMessageBox |
15 from EricWidgets import EricMessageBox |
16 |
16 |
17 import UI.Info |
17 import UI.Info |
18 |
18 |
19 # Start-Of-Header |
19 # Start-Of-Header |
20 name = "QInputDialog Wizard Plugin" |
20 name = "QInputDialog Wizard Plugin" |