HMI/PropertyEditor/resources/Qml/ValueEditor
jessequ fbfe167cdc fix: unify NumberBox drag behavior to prevent value jumps in limited mode
The limited drag mode used absolute mouse position to compute the
  value (min + xPercent * range), causing an immediate jump away from
  the property's current value at drag start. Unify both modes to use
  the relative offset formula (number + offset * step), with the
  limited mode only adding min/max clamping on top. Also removes the
  cursor-constraining logic that was specific to the old absolute mode.
2026-07-31 16:55:05 +08:00
..
ColorBox.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
DirectorySelector.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
FileSelector.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
FontBox.qml feat: add QFont type editor with FontBox and fix property name top-alignment 2026-07-27 21:54:57 +08:00
LineTextBox.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
MultiLineTextBox.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
NumberBox.qml fix: unify NumberBox drag behavior to prevent value jumps in limited mode 2026-07-31 16:55:05 +08:00
TextComboBox.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
Vec2Box.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
Vec3Box.qml Add property-editor function. 2026-07-03 15:58:09 +08:00
Vec4Box.qml Add property-editor function. 2026-07-03 15:58:09 +08:00