From 84e3a6aa5f5303bffc534d729349ce603131a5f5 Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Thu, 9 May 2024 07:25:33 +0100 Subject: [PATCH] Update Qt.py Fix #404 --- Qt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qt.py b/Qt.py index c3c7292e..ea114b5e 100644 --- a/Qt.py +++ b/Qt.py @@ -47,7 +47,7 @@ import json -__version__ = "1.4.0" +__version__ = "1.4.1" # Enable support for `from Qt import *` __all__ = [] @@ -965,7 +965,7 @@ def createWidget(self, class_name, parent=None, name=""): "QtWidgets.QActionGroup": "QtGui.QActionGroup", }, "PySide2": { - "QtGui.QStringListModel": "QtCore.QStringListModel", + "QtCore.QStringListModel": "QtCore.QStringListModel", "QtCore.Property": "QtCore.Property", "QtCore.Signal": "QtCore.Signal", "QtCore.Slot": "QtCore.Slot",