7 Module implementing the multi project properties dialog. |
7 Module implementing the multi project properties dialog. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt4.QtGui import QDialog |
10 from PyQt4.QtGui import QDialog |
11 |
11 |
12 from Ui_PropertiesDialog import Ui_PropertiesDialog |
12 from .Ui_PropertiesDialog import Ui_PropertiesDialog |
13 |
13 |
14 class PropertiesDialog(QDialog, Ui_PropertiesDialog): |
14 class PropertiesDialog(QDialog, Ui_PropertiesDialog): |
15 """ |
15 """ |
16 Class implementing the multi project properties dialog. |
16 Class implementing the multi project properties dialog. |
17 """ |
17 """ |