Quote:
Originally Posted by Julie34
Thanks but I cannot set a different language as the plugin does not start. This message is when you click on configure...
|
Under some circumstances, changing the language can help debug problems. Seeing if you get the same error or a different on can help. But, in this case, this has nothing to do with the language. It is one of the many enum issues with Qt6 that we have been fighting with. In this case, there is a "TextEditWithTooltip.NoWrap" that probably should be replaced with "TextEditWithTooltip.LineWrapMode.NoWrap". I can see some other Qt enums that probably need to be fixed as well.