PDA

View Full Version : Input in QML



jeff28
24th August 2012, 13:36
Hi I am trying to make my own dial gauge I would like to take my boundary values (for example 0min and 180max) and then fill in my gauge values. I am using TextInput objects to get the values from user but I can't reach them. How can I get the content of TextInput that has been changed?

spirit
24th August 2012, 15:24
Do you use TextInput ptoperty (http://qt-project.org/doc/qt-4.8/qml-textinput.html#text-prop)?