Allow only scriptable methods and properties #74
-
|
What is the recommended way, to allow only scriptable methods (annotated with Should I filter the data when doing introspection ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ok, I have found the solution. The relevant file is |
Beta Was this translation helpful? Give feedback.
Ok, I have found the solution. The relevant file is
PythonQtClassInfoand the relevant methods arpropertyListandmemberList. I added tests for scriptable attributes and this worked: