Details
Description
This is a suggestion to bring back pyside2uic functionality in pyside2 5.14+.
The functionality that pyside2uic provided was allowing us to use compileUi function which is equivalent to loadUiType in PyQt. This functionality is used in pyqtgraph, and as of pyside2 5.14, the only way we've been able to support this functionality is bundling pyside2uic from pyside2 5.13 see PR 1123.
qtpy is likely facing the same issue as well (as it provides an abstraction layer among all the python qt bindings.