Skip to content

Commit

Permalink
Update Qt.py
Browse files Browse the repository at this point in the history
Fix #404
  • Loading branch information
mottosso authored May 9, 2024
1 parent 33b83f2 commit 84e3a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import json


__version__ = "1.4.0"
__version__ = "1.4.1"

# Enable support for `from Qt import *`
__all__ = []
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 84e3a6a

Please sign in to comment.