PyQt6/QScintilla issue

Detlev Offenbach detlev at die-offenbachs.de
Mon May 17 16:03:45 BST 2021


Hello,

in the eric editor component, which is based on QScintilla I have aline 
of code like

self.SCN_MODIFIED.connect(self.__modified)

with

     def __modified(self, pos, mtype, text, length, linesAdded, line, 
foldNow,
                    foldPrev, token, annotationLinesAdded):

In PyQt5 QScintilla that works fine. However, with PyQt6 I am getting 
this error message.

C++ type 'const char*' is not supported as a signal argument type

What has changed here and how should my code be changed?

Detlev

-- 
Detlev Offenbach
detlev at die-offenbachs.de



More information about the PyQt mailing list