Guest User

Untitled

a guest
Oct 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Every time the value changes QDoubleSpinBox emits two
  2. valueChanged() signals, one taking a double and the other a QString.
  3. The QString overload provides the value with the values
  4. of both prefix() and suffix(). The current value can be fetched with
  5. value() and set with setValue().
Add Comment
Please, Sign In to add comment