mottosso / Qt.py

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.
MIT License
914 stars 254 forks source link

QStringListModel not available in PySide2 #404

Closed johnsonthomasson closed 4 months ago

johnsonthomasson commented 4 months ago

Hi,

We are testing the latest code on master for use in both PySide2 and PySide6 contexts. I noticed that you temporarily released 1.4.0 but then took it down. So you may already be aware of this issue.

At the moment we're finding, in a PySide2 context, QStringListModel is not available on Qt.QtCore or Qt.QtGui, however, it is available on PySide2.QtCore. In a PySide6 context, we're finding, as expected, QStringListModel is available on Qt.QtCore.

mottosso commented 4 months ago

Thanks for reporting this. 1.4.0 hasn't been released yet (unsure where you saw this?), you can follow the latest here and here.

Pushing a fix now.