5 |
5 |
6 """ |
6 """ |
7 Module implementing the editor assembly widget containing the navigation |
7 Module implementing the editor assembly widget containing the navigation |
8 combos and the editor widget. |
8 combos and the editor widget. |
9 """ |
9 """ |
10 |
|
11 |
10 |
12 from PyQt5.QtCore import QTimer |
11 from PyQt5.QtCore import QTimer |
13 from PyQt5.QtWidgets import QWidget, QGridLayout, QComboBox |
12 from PyQt5.QtWidgets import QWidget, QGridLayout, QComboBox |
14 |
13 |
15 from E5Gui.E5Application import e5App |
14 from E5Gui.E5Application import e5App |