Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
6.x
-
None
-
Qt==6.9.1
Python==3.13
PySide6==6.9.1
shiboken6==6.9.1
shiboken6_generator==6.9.1
-
25
Description
There are some errors in the generated files from shiboken6. Errors include missing argument in function call and usage of undefined types. Shiboken6 is not working correctly here. This doesn't occur when we generate bindings for a non-qt project. This occurs only when we generate bindings for a qt based project. When I tried to generate bindings for some custom widgets I made, I encountered the same issue. Because of this, I can't generate bindings and finish building.