5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to edit watch expression properties. |
7 Module implementing a dialog to edit watch expression properties. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt4.QtCore import * |
10 from PyQt4.QtGui import QDialog, QDialogButtonBox |
11 from PyQt4.QtGui import * |
|
12 |
11 |
13 from .Ui_EditWatchpointDialog import Ui_EditWatchpointDialog |
12 from .Ui_EditWatchpointDialog import Ui_EditWatchpointDialog |
14 |
13 |
15 |
14 |
16 class EditWatchpointDialog(QDialog, Ui_EditWatchpointDialog): |
15 class EditWatchpointDialog(QDialog, Ui_EditWatchpointDialog): |