7 Module implementing a dialog to enter the data for a new dialog class file. |
7 Module implementing a dialog to enter the data for a new dialog class file. |
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt5.QtWidgets import QDialog, QDialogButtonBox |
12 from PyQt6.QtWidgets import QDialog, QDialogButtonBox |
13 |
13 |
14 from E5Gui.E5PathPicker import E5PathPickerModes |
14 from E5Gui.E5PathPicker import E5PathPickerModes |
15 |
15 |
16 from .Ui_NewDialogClassDialog import Ui_NewDialogClassDialog |
16 from .Ui_NewDialogClassDialog import Ui_NewDialogClassDialog |
17 |
17 |