Qt desktop application demonstrating widgets, signals/slots, and cross-platform GUI development.
- See project documentation
# See project files for build instructions- Follow standard unknown conventions
- Keep code clean and well-organized
- Use meaningful variable and method names
- Write clear, descriptive commit messages
- One logical change per commit
- Test before committing
- Write tests for new functionality
- Run the full test suite before pushing
- Keep tests focused and independent