QTableWidget setCellWidget Input crash bug!!
Unsolved
Qt for Python
-
Hi. I'm developing my application with PyQt5.
I'm using QTableWidget, but when I try to insert Korean characters, it crashes.
Chinese character....same issueI found the same issue : https://forum.qt.io/topic/110988/pyqt5-qtablewidget-input-crash-with-wchar_t-specifically-korean-characters
Is there any way to solve this problem?
-
Hi,
Do you have the same issue with PySide6 ?