5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to configure the various view profiles. |
7 Module implementing a dialog to configure the various view profiles. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtWidgets import QDialog |
11 from PyQt5.QtWidgets import QDialog |
13 |
12 |
14 from .Ui_ViewProfileToolboxesDialog import Ui_ViewProfileToolboxesDialog |
13 from .Ui_ViewProfileToolboxesDialog import Ui_ViewProfileToolboxesDialog |
15 from .Ui_ViewProfileSidebarsDialog import Ui_ViewProfileSidebarsDialog |
14 from .Ui_ViewProfileSidebarsDialog import Ui_ViewProfileSidebarsDialog |