We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4034ec commit 0d67bf9Copy full SHA for 0d67bf9
README.md
@@ -88,6 +88,7 @@ All members of `Qt` stem directly from those available via PySide2, along with t
88
| `__added__` | `list(str)` | All unique members of Qt.py
89
| `__remapped__` | `list(str)` | Members copied from elsewhere, such as QtGui -> QtWidgets
90
| `__modified__` | `list(str)` | Existing members modified in some way
91
+| `__shim__` | `str` | Reference to original Qt.py Python module
92
| `load_ui(fname=str)` | `QObject` | Minimal wrapper of PyQt4.loadUi and PySide equivalent
93
94
<br>
0 commit comments