Hello,
Using PySide6QtAds 4.4.0 and PySide 6.9.0
I noticed that some classes are available inside the ads namespace, but not defined in the top level PySide6QtAds.init.py
I noticed those
- CAutoHideDockContainer
- CAutoHideSideBar
- CAutoHideTab
- CPushButton
- CResizeHandle
It's not a blocking problem, since the classes can be accessed with PySide6QtAds.ads.<classname>. It just make the API inconsistent.
Cheers
P.s. I appreciate this module a lot, thanks :)
Hello,
Using PySide6QtAds 4.4.0 and PySide 6.9.0
I noticed that some classes are available inside the ads namespace, but not defined in the top level PySide6QtAds.init.py
I noticed those
It's not a blocking problem, since the classes can be accessed with
PySide6QtAds.ads.<classname>. It just make the API inconsistent.Cheers
P.s. I appreciate this module a lot, thanks :)