Questions tagged [qstringdecoder]

QStringDecoder is a class from the Qt Toolkit which provides a state-based decoder for text.

1 questions
1
vote
1 answer

QStringDecoder not callable in PySide6

I can't get the example from the PySide6 documentation working on my system. I am running PySide-6.2 on Ubuntu. toUtf16 = QStringDecoder(QStringConverter.Utf8) toUtf16('test') Result: TypeError: 'PySide6.QtCore.QStringDecoder' object is not…
Aaron
  • 759
  • 1
  • 7
  • 15