Qt6 GUI Visual Template editor with correct default values#249
Qt6 GUI Visual Template editor with correct default values#249matiasman1 wants to merge 7 commits intoUdayraj123:masterfrom
Conversation
Updated the image path in the run command example.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
|
@matiasman1 thanks for the pr, can you follow the contributing guidelines and share a recording of this feature? |
|
@matiasman1 bump^ |
User description
A simple Qt6 GUI editor for templates. Calls the same path on image processing as main.py, and opens cropped re-scaled image on a canvas based on the provided template. Allows for creation of the standard 4 included Qtypes, orientation (vertical vs horizontal), Bubble Values and fieldLabels.
PR Type
Enhancement
Description
Add Qt6 GUI template editor with visual editing capabilities
Add OpenCV-based simple template editor for basic operations
Include sample templates for testing and demonstration
Update documentation with editor usage instructions
Diagram Walkthrough
File Walkthrough
editor.py
OpenCV template editor implementationsrc/ui/editor.py
qt_editor.py
Qt6 GUI template editor with full featuressrc/ui/qt_editor.py
template.json
TestMio sample template configurationsamples/TestMio/template.json
template.json
Adrian test template configurationsamples/adrian_test/template.json
template.edited.json
Sample1 edited template examplesamples/sample1/template.edited.json
README.md
Qt6 editor documentation and usage guidesrc/ui/README.md