Skip to content

What is "Must not specify @QtPropertyConstant in combination with writer and/or notifier signal." since version 5.15.18? #197

Closed Answered by omix
paul35621 asked this question in Q&A
Discussion options

You must be logged in to vote

Does your class appgui.ProjectNotes have a property called "editor"? A property with annotation @QtPropertyConstant must not have a setter or notify signal. As QtJambi autodetects properties, even the appearance of a method setEditor is enough to cause this issue. You can hide the setter method by annotation @QtPropertyWriter(enabled=false).

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@omix
Comment options

@paul35621
Comment options

@omix
Comment options

@omix
Comment options

@omix
Comment options

Answer selected by omix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants