HMI/PropertyEditor/source
jessequ 94c48e7de8 feat: add QPointF tree-expandable type editor to PropertyEditor
Add PropertyTypeCustomization_PointF that renders QPointF as an
  expandable tree row: collapsed header shows formatted "(x, y)" text,
  expanded children provide NumberBox editing for x and y coordinates.
  Registered in mMetaTypeCustomizationMap alongside the existing QFont
  customization, reusing the RawType branch of getCustomPropertyType().
2026-07-31 15:13:47 +08:00
..
include fix: add missing override keywords and virtual destructor to resolve all compiler warnings 2026-07-15 11:27:08 +08:00
src feat: add QPointF tree-expandable type editor to PropertyEditor 2026-07-31 15:13:47 +08:00