You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 onQt.QtCore
orQt.QtGui
, however, it is available onPySide2.QtCore
. In a PySide6 context, we're finding, as expected,QStringListModel
is available onQt.QtCore
.The text was updated successfully, but these errors were encountered: