Read-only properties
agausmann opened this issue · 0 comments
agausmann commented
In Qt C++, properties declared without a WRITE accessor are read-only from the outside/public interface. But it is not possible to create read-only properties using this crate, because it provides a default setter if one is not provided by WRITE.