Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use PyQT5 for window display #49

Merged
merged 22 commits into from
Oct 19, 2022
Merged

refactor: use PyQT5 for window display #49

merged 22 commits into from
Oct 19, 2022

Conversation

jeertmans
Copy link
Owner

@jeertmans jeertmans commented Oct 13, 2022

Fixes Issue

Using PyQT5 should enable hiding mouse.

Therefore, Closes #48.

TO DO list

  • handle keystrokes
  • animate whole video
  • add support for blank cursor
  • handle resizing
  • handle resizing with keep aspect ratio
  • handle full screen
  • show video info in another frame
  • remake wizard gui
  • update config file

Description

This PR adds a new dependency, PyQT5, in the hope to provide a more complete window management.

Check List (Check all the applicable boxes)

  • I understand that my contributions needs to pass the checks.
  • If I created new functions / methods, I documented them and add type hints.
  • If I modified already existing code, I updated the documentation accordingly.
  • The title of my pull request is a short description of the requested changes.

@jeertmans jeertmans added enhancement New feature or request help wanted Extra attention is needed labels Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add an option/flag to hide mouse cursor
1 participant