Go to file
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
PropertyEditor fix: unify NumberBox drag behavior to prevent value jumps in limited mode 2026-07-31 16:55:05 +08:00
QtADS fix: ads linux compile warning. 2026-07-15 18:10:35 +08:00
include fix: resolve Q_CLASSINFO metadata for child properties by matching all path segments 2026-07-31 16:39:24 +08:00
resource first commit for HMI 2026-07-03 11:29:21 +08:00
source feat: add ptposition property to tect item 2026-07-31 14:29:17 +08:00
ui feat: add text item with IShape interface decoupling 2026-07-22 09:56:28 +08:00
.drone.yml change CI machine 2026-07-03 11:54:57 +08:00
.gitignore ⏺ feat: add Document layer with serialization, dirty tracking, and file actions 2026-07-08 16:57:46 +08:00
CMakeLists.txt feat: add text item with IShape interface decoupling 2026-07-22 09:56:28 +08:00
README.md first commit for HMI 2026-07-03 11:29:21 +08:00

README.md

Build Status

HMI

桌面端 HMIDesktop HMI