<div dir="ltr">Hi,<div>I am developing a plugin and while doing so, I thought of putting "<font color="#0000ff">units system</font>" to the numeric fields in the property panel. For example, the in the below screenshot I want to add " <font color="#0000ff">in cm</font>" after the numeric field.</div><div><br></div><div><img src="cid:ii_15aa819249275a26" alt="Inline image 1" width="446" height="60"><br></div><div><br></div><div>Currently, I can extract the numeric value of these quantities by using "<font color="#0000ff">vtkSMPropertyHelper</font>" like</div><div><br></div><div><font color="#0000ff" face="monospace, monospace">vtkSMPropertyHelper( proxy(), "Height" ).GetAsDouble();</font><br></div><div><br></div><div>This utility I want to retain. I am wondering, how can I add strings like "<font color="#0000ff">cm</font>" etc in the display menu without reading them using <font color="#0000ff">vtkSMPropertyHelper</font>.</div><div><br></div><div>Any clue?</div><div><br></div><div>Thanks in advance.</div><div>Chiranjib</div></div>