[PyQt] Unable to connect signals to Python slots with non-ASCII names
Barry
barry at barrys-emacs.org
Wed Dec 13 08:06:51 GMT 2017
> On 12 Dec 2017, at 15:03, Phil Thompson <phil at riverbankcomputing.com> wrote:
>
>> On 12 Dec 2017, at 2:38 pm, Shriramana Sharma <samjnaa at gmail.com> wrote:
>>
>> Will raise or will not raise? May I add that the error happens even with the # -*- type of encoding declared?
>
> Will raise. The issue is that the slot name is passed to Qt as a char* and I'm not sure if this has to be ASCII.
I guess you wondered if utf-8 could be used but see no Qt docs saying what is allowed?
Barry
>
> Phil
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list