11:b0996e4a289e | 12:1d8dd9706f46 |
---|---|
7 Module implementing the Goto dialog. | 7 Module implementing the Goto dialog. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtGui import QDialog | 10 from PyQt4.QtGui import QDialog |
11 | 11 |
12 from Ui_GotoDialog import Ui_GotoDialog | 12 from .Ui_GotoDialog import Ui_GotoDialog |
13 | 13 |
14 class GotoDialog(QDialog, Ui_GotoDialog): | 14 class GotoDialog(QDialog, Ui_GotoDialog): |
15 """ | 15 """ |
16 Class implementing the Goto dialog. | 16 Class implementing the Goto dialog. |
17 """ | 17 """ |