8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
7 Module implementing a docstring generator base class. | 7 Module implementing a docstring generator base class. |
8 """ | 8 """ |
9 | 9 |
10 import re | 10 import re |
11 | 11 |
12 from PyQt5.QtCore import Qt | 12 from PyQt6.QtCore import Qt |
13 from PyQt5.QtWidgets import QMenu | 13 from PyQt6.QtWidgets import QMenu |
14 | 14 |
15 from E5Gui.E5Application import e5App | 15 from E5Gui.E5Application import e5App |
16 | 16 |
17 import Preferences | 17 import Preferences |
18 | 18 |