Hi, sorry for asking as the question may be stupid, but I did not find any information around. Is there any support available or planned for Qt 6.2? thanks in advance!
Thanks for the prompt response :) I will check that! ty!
Hi, reading the forums I found at the moment QLists of custom objects are not supported, but I need to create one for an specific custom object so when we export it to python it behaves similarly to any of the current lists. Could you please direct us to any example/info or place to see how to do it? I suppose the way to do it may be to write akind of a wrapper to our QList<ourclass> but we are not being successful to do it.</ourclass> Thanks in advance!
Hi, sorry for asking a noob question, but is there any way to filter out some of the slots/signals in the class to avoid them being exported to py? i.e. I would like to remove the QObject slots for clarity. thanks in advance!!