I used PythonQt in many of my projects but after a change in the msys directory of my system, those projects that have PythonQt used in their architecture for porting cannot start Debugging and immediately after debugging starts it says debugging has finished. I have to say I can debug those examples of PythonQt directory with the same gdb just some of my projects have this issue in debugging mode. what do you think about this problem? is it python path problem or something like this?
I don't understand the usibilty of some varibles like globalValueStoragePos , globalPtrStoragePos and globalVariantStoragePos? and whay we should save these positions in PythonQtCallSlot function?
thanks for helping
thanks, I want a way that each value change of variable in cpp function also applies to python. is there any way to do that?
Hello I have problem with c function pointer wrapping. I have a c function that one of its argument is int pointer. so how can I pass pointer from python to it?
I want to understand how pythonqt wrapp classes in deep level so when I analyze related code i notice that every thing depends on PythonQtInstanceWrapperStruct and PythonQtClassWrapper. but i do not understand how and when decorator slots add to class object. i mean when and how decorator slots of my class add to object in python. thanks for your helping me
I want to understand how pythonqt wrapp classes in deep level so when I analyze related code i notice that every thing depends on PythonQtInstanceWrapperStruct and PythonQtClassWrapper. but i do not understand how and when decorator slots add to class object. i mean when decorator slots of my class will add to object. thanks for your helping me
I want to understand how pythonqt wrapp classes in deep level so when I analyze related code i notice that every thing depends on PythonQtInstanceWrapperStruct and PythonQtClassWrapper. but i do not understand how and when decorator slots add to class object. i mean when decorator slots of my class will add to object. another question is that what does PytonQtCallSlot function exactly do? thanks for your helping me