Please,
which widget / template is better to get a numerical value from the user?
If I understood right the purpose of a "ValueDisplay" is an output widget to show a numerical value and a "TextEditor" is an input template to get a string from the user.
But if I need to show a numerical value (integer,decimals,units,max,min) and allow the user to modify this? How could I mix a "textEditor" and a "ValueDisplay" to get ascii data from the user and format it as a numerical value (integer or float)? What would be the proper and easiest way?
Thank you in advance.