[PyQt] How to get a real QString instead of a python str?

Phil Thompson phil at riverbankcomputing.com
Fri Sep 25 15:01:16 BST 2015


On 25 Sep 2015, at 2:10 pm, Russell Warren <russ at perspexis.com> wrote:
> 
> Qt has QString.toCaseFolded that I'd like to access since python 2.7 doesn't have the str.casefold() 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?

No.

Phil


More information about the PyQt mailing list