Hi, you should use a QDoubleSpinBox instead of the QLineEdit, but in case you can't do that: the current text of the QLineEdit can be accessed by QLineEdit::text(), and you may want to look at QDoubleValidator.
Ginsengelf
Hi, you should use a QDoubleSpinBox instead of the QLineEdit, but in case you can't do that: the current text of the QLineEdit can be accessed by QLineEdit::text(), and you may want to look at QDoubleValidator.
Ginsengelf
Bookmarks