Skip to content

Commit d65eaf9

Browse files
committed
Updated _misplaced_members PySide6
added QRegularExpressionValidator remap
1 parent 7351971 commit d65eaf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Qt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ def createWidget(self, class_name, parent=None, name=""):
933933
"""
934934
_misplaced_members = {
935935
"PySide6": {
936+
"QtGui.QRegularExpressionValidator": "QtGui.QRegExpValidator",
936937
"QtGui.QShortcut": "QtWidgets.QShortcut",
937938
"QtGui.QAction": "QtWidgets.QAction",
938939
"QtUiTools.QUiLoader": ["QtCompat.loadUi", _loadUi],

0 commit comments

Comments
 (0)