woboq/qmetaobject-rs

Read-only properties

agausmann opened this issue · 0 comments

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.