7 Module implementing a dialog to enter the data for a new property. |
7 Module implementing a dialog to enter the data for a new property. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtWidgets import QDialog |
10 from PyQt6.QtWidgets import QDialog |
11 |
11 |
12 from E5Gui.EricPathPicker import EricPathPickerModes |
12 from EricWidgets.EricPathPicker import EricPathPickerModes |
13 |
13 |
14 from .Ui_SvnPropSetDialog import Ui_SvnPropSetDialog |
14 from .Ui_SvnPropSetDialog import Ui_SvnPropSetDialog |
15 |
15 |
16 |
16 |
17 class SvnPropSetDialog(QDialog, Ui_SvnPropSetDialog): |
17 class SvnPropSetDialog(QDialog, Ui_SvnPropSetDialog): |