A way to alter property search behavior? #82
-
Hello Currently qt ambi automatically creates properties for all object methods that are named getX()/setX() |
Beta Was this translation helpful? Give feedback.
Answered by
omix
Sep 26, 2022
Replies: 1 comment 2 replies
-
Yes it is. Just annotate |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
omix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it is. Just annotate
abs(T)
with@QtPropertyWriter(name="abc")
and it will be registered as property setter.