7 Module implementing a special QextScintilla lexer to handle the preferences. |
7 Module implementing a special QextScintilla lexer to handle the preferences. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
10 from __future__ import unicode_literals |
11 |
11 |
12 from PyQt5.QtGui import QColor, QFont, QCoreApplication |
12 from PyQt5.QtCore import QCoreApplication |
|
13 from PyQt5.QtGui import QColor, QFont |
13 from PyQt5.Qsci import QsciLexer |
14 from PyQt5.Qsci import QsciLexer |
14 |
15 |
15 import Preferences |
16 import Preferences |
16 import Globals |
17 import Globals |
17 |
18 |