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