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
While it is currently possible to reset a template instance entirely, it should be possible to reset properties like name, type, size and rotation individually. This could be achieved by a small button in the Properties view for each property.
In addition it would be nice to highlight overridden properties (in bold for example).
Note that Qt Designer is doing both these things (featuring a reset button and highlighting changed properties in bold), so its source may give some idea of how to implement this.
A reset button is also already implemented for color properties, though I'm not sure how suitable its implementation is for this case.
The text was updated successfully, but these errors were encountered:
Is this task here done and can be closed? As we have the Reset buttons now?
No, this task is not done because it's not talking about custom properties, but "properties like name, type, size and rotation". It refers to the "Reset Template Instance(s)" context menu action, which resets a template instance entirely, where it's not possible to just reset its rotation, for example.
While it is currently possible to reset a template instance entirely, it should be possible to reset properties like name, type, size and rotation individually. This could be achieved by a small button in the Properties view for each property.
In addition it would be nice to highlight overridden properties (in bold for example).
Note that Qt Designer is doing both these things (featuring a reset button and highlighting changed properties in bold), so its source may give some idea of how to implement this.
A reset button is also already implemented for color properties, though I'm not sure how suitable its implementation is for this case.
The text was updated successfully, but these errors were encountered: