|
111 | 111 | "QFileSystemWatcher",
|
112 | 112 | "QGenericArgument",
|
113 | 113 | "QGenericReturnArgument",
|
114 |
| - "QItemSelection", |
115 |
| - "QItemSelectionRange", |
116 | 114 | "QIODevice",
|
117 | 115 | "QLibraryInfo",
|
118 | 116 | "QLine",
|
@@ -936,7 +934,6 @@ def createWidget(self, class_name, parent=None, name=""):
|
936 | 934 | "QtGui.QUndoStack": "QtWidgets.QUndoStack",
|
937 | 935 | "QtGui.QActionGroup": "QtWidgets.QActionGroup",
|
938 | 936 | "QtCore.QStringListModel": "QtCore.QStringListModel",
|
939 |
| - "QtGui.QStringListModel": "QtCore.QStringListModel", |
940 | 937 | "QtCore.Property": "QtCore.Property",
|
941 | 938 | "QtCore.Signal": "QtCore.Signal",
|
942 | 939 | "QtCore.Slot": "QtCore.Slot",
|
@@ -1012,13 +1009,18 @@ def createWidget(self, class_name, parent=None, name=""):
|
1012 | 1009 | "QtCore.pyqtProperty": "QtCore.Property",
|
1013 | 1010 | "QtCore.pyqtSignal": "QtCore.Signal",
|
1014 | 1011 | "QtCore.pyqtSlot": "QtCore.Slot",
|
| 1012 | + "QtCore.QAbstractProxyModel": "QtCore.QAbstractProxyModel", |
| 1013 | + "QtCore.QSortFilterProxyModel": "QtCore.QSortFilterProxyModel", |
| 1014 | + "QtCore.QStringListModel": "QtCore.QStringListModel", |
| 1015 | + "QtCore.QItemSelection": "QtCore.QItemSelection", |
| 1016 | + "QtCore.QItemSelectionModel": "QtCore.QItemSelectionModel", |
| 1017 | + "QtCore.QItemSelectionRange": "QtCore.QItemSelectionRange", |
1015 | 1018 | "uic.loadUi": ["QtCompat.loadUi", _loadUi],
|
1016 | 1019 | "sip.wrapinstance": ["QtCompat.wrapInstance", _wrapinstance],
|
1017 | 1020 | "sip.unwrapinstance": ["QtCompat.getCppPointer", _getcpppointer],
|
1018 | 1021 | "sip.isdeleted": ["QtCompat.isValid", _isvalid],
|
1019 | 1022 | "QtWidgets.qApp": "QtWidgets.QApplication.instance()",
|
1020 | 1023 | "QtGui.QRegExpValidator": "QtGui.QRegExpValidator",
|
1021 |
| - "QtCore.QSortFilterProxyModel": "QtCore.QSortFilterProxyModel", |
1022 | 1024 | "QtCore.QRegExp": "QtCore.QRegExp",
|
1023 | 1025 | "QtCore.QCoreApplication.translate": [
|
1024 | 1026 | "QtCompat.translate", _translate
|
|
0 commit comments