You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.