You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package defines the `LocRightPanel`, handling the data entry workflow.
64
+
65
+
***`spotting_controls.py`**:
66
+
***`AnnotationManagementWidget`**: A tabbed container generated dynamically from the project Schema (JSON).
67
+
***`HeadSpottingPage`**: A grid of buttons inside each tab. Clicking a button triggers an event creation at the current timestamp.
68
+
***Context Menus**: Supports right-clicking tabs to rename categories (Heads) or delete them.
69
+
70
+
71
+
***`annotation_table.py`**:
72
+
***`AnnotationTableWidget`**: Displays a detailed list of all recorded events for the active video.
73
+
***In-place Editing**: Implements a custom Model (`AnnotationTableModel`) allowing users to double-click cells to directly edit the Time, Category, or Label.
74
+
***Sync**: Selecting a row automatically seeks the video player to that timestamp.
0 commit comments