-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flag handling features to FlagTableWidget and AnnolidWindow
- Introduced new signals and in to handle saving flags and selecting rows. - Added functionality to save all flags via the Save button and emit signal. - Implemented row selection handling with signal to emit the selected flag name. - Refactored to connect the new signals to appropriate handlers for flag saving and row selection. - Cleaned up unused code related to flag handling in . - Enhanced table setup and flag row management in , including the ability to add, start, and end flags. - Added input validation for flag names and values in the table, with error handling and notifications.
- Loading branch information
1 parent
d4272e4
commit 1feaeac
Showing
3 changed files
with
145 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters