<div dir="ltr">Qt has <a href="http://doc.qt.io/qt-5/qstring.html#toCaseFolded">QString.toCaseFolded</a> that I'd like to access since python 2.7 doesn't have the <a href="https://docs.python.org/3/library/stdtypes.html#str.casefold">str.casefold</a>() of python 3.3+.  However, QtCore.QString doesn't exist in PyQt5... is there some other way to get a hold of a real QString with PyQt5?<div><br></div><div>
</div></div>