src/eric7/QScintilla/QsciScintillaCompat.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9474
7258d36204be
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing a compatability interface class to QsciScintilla. 7 Module implementing a compatability interface class to QsciScintilla.
8 """ 8 """
9 9
10 import contextlib 10 import contextlib
11 11
12 from PyQt6.QtCore import pyqtSignal, Qt, QPoint 12 from PyQt6.Qsci import QSCINTILLA_VERSION as QSCIQSCINTILLA_VERSION
13 from PyQt6.QtGui import QPalette, QColor 13 from PyQt6.Qsci import QsciScintilla, QsciScintillaBase
14 from PyQt6.QtCore import QPoint, Qt, pyqtSignal
15 from PyQt6.QtGui import QColor, QPalette
14 from PyQt6.QtWidgets import QApplication, QListWidget 16 from PyQt6.QtWidgets import QApplication, QListWidget
15 from PyQt6.Qsci import (
16 QsciScintillaBase,
17 QsciScintilla,
18 QSCINTILLA_VERSION as QSCIQSCINTILLA_VERSION,
19 )
20 17
21 ############################################################################### 18 ###############################################################################
22 19
23 20
24 def QSCINTILLA_VERSION(): 21 def QSCINTILLA_VERSION():

eric ide

mercurial