Enhancement:
- Add context menu event handling to prevent the menu from popping up (Resolve 1).
- Add special patching for QDialogButtonBox (Resolve 2).
- Add "Always on Top" action in menu (Resolve 3).
Code refactoring:
- Move requirements files to independent directory and remove useless files (Resolve 5).
- Refactor qt helper modules and remove hardcoded property by using random suffix (Resolve 11).
Bugs fixed:
- Updated the patch logic in `QProcessWrapper.startDetached` to handle cases where the static version is called through an instance (Resolve 10).