Description
Provides a compatibility wrapper across Python Qt bindings. It helps libraries support PyQt and PySide variants through one import layer instead of writing separate code for each binding.
Compatibility layers reduce conditional code but do not erase behavioral differences between Qt bindings. Test with the bindings your users actually install.