Qt desktop application demonstrating widgets, signals/slots, and cross-platform GUI development.
- Qt 5.x
- C++ compiler (GCC/Clang/MSVC)
- qmake
qmake
make- Follow standard C++ 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