BayTemplate/source
Jesse Qu f6d6e71e32 Fix serialization/deserialization for rounded rects, polygons, and groups
- Rounded rects: serialize/restore isRound, ratioX, ratioY; pass isRound
  to constructor so rounded-corner control handles are created
- Polygons: implement full serialization/deserialization including vertex
  points; add updateBoundingRectFromPoints() to fix hit-test and handles
  after deserialization
- Groups: add updateBoundingRectFromChildren() to correctly compute
  bounding rect after child items are deserialized

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 10:27:47 +08:00
..
graphicsItem Fix serialization/deserialization for rounded rects, polygons, and groups 2026-05-19 10:27:47 +08:00
propertyType Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00
util Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00
designerScene.cpp Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00
designerView.cpp Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00
document.cpp Fix serialization/deserialization for rounded rects, polygons, and groups 2026-05-19 10:27:47 +08:00
drawingPanel.cpp Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00
graphicElementsPanel.cpp Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00
main.cpp Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00
mainwindow.cpp Add Save As feature and fix document serialization 2026-05-18 17:55:56 +08:00
operationCommand.cpp Initial commit: BayTemplate Grid Framework DesignTime tool 2026-03-25 17:15:51 +08:00