Skip to content

Commit

Permalink
Updated _misplaced_members PySide6
Browse files Browse the repository at this point in the history
added QRegularExpressionValidator remap
  • Loading branch information
zoshua committed Apr 6, 2024
1 parent 7351971 commit d65eaf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ def createWidget(self, class_name, parent=None, name=""):
"""
_misplaced_members = {
"PySide6": {
"QtGui.QRegularExpressionValidator": "QtGui.QRegExpValidator",
"QtGui.QShortcut": "QtWidgets.QShortcut",
"QtGui.QAction": "QtWidgets.QAction",
"QtUiTools.QUiLoader": ["QtCompat.loadUi", _loadUi],
Expand Down

0 comments on commit d65eaf9

Please sign in to comment.