14:092aa8fafa4e | 15:f6ccc31d6e72 |
---|---|
21 | 21 |
22 from Utilities import ModuleParser | 22 from Utilities import ModuleParser |
23 | 23 |
24 import UI.PixmapCache | 24 import UI.PixmapCache |
25 | 25 |
26 from eric4config import getConfig | 26 from eric5config import getConfig |
27 | 27 |
28 pyqtSignatureRole = Qt.UserRole + 1 | 28 pyqtSignatureRole = Qt.UserRole + 1 |
29 pythonSignatureRole = Qt.UserRole + 2 | 29 pythonSignatureRole = Qt.UserRole + 2 |
30 rubySignatureRole = Qt.UserRole + 3 | 30 rubySignatureRole = Qt.UserRole + 3 |
31 | 31 |