Let me explain what i am trying to do:
I have a spin edit component. When i increase or decrease its value, i would like it to update a display. I am not sure if the display should be made with labels or textedit.
That means, if i have a 5 displayed in the spinedit, i would like my display automatically show 5,4.5,4,3.5...
The first value is the spinedit value. all the other values are the spinedit value * a coefficient.
All the values in the display should be read only. the only value that change is in the spinedit.
I hope i am making sense. I am sure i could code the onchange event in the spinedit to update the label or textedit but wonder if there's something built-in.
Thanks.
Pierrotsc
I have a spin edit component. When i increase or decrease its value, i would like it to update a display. I am not sure if the display should be made with labels or textedit.
That means, if i have a 5 displayed in the spinedit, i would like my display automatically show 5,4.5,4,3.5...
The first value is the spinedit value. all the other values are the spinedit value * a coefficient.
All the values in the display should be read only. the only value that change is in the spinedit.
I hope i am making sense. I am sure i could code the onchange event in the spinedit to update the label or textedit but wonder if there's something built-in.
Thanks.
Pierrotsc