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

Install issues with versions and close button missing #1

Open
boban-dj opened this issue May 20, 2021 · 2 comments
Open

Install issues with versions and close button missing #1

boban-dj opened this issue May 20, 2021 · 2 comments

Comments

@boban-dj
Copy link

boban-dj commented May 20, 2021

Thank you I like these kind of little tools. Some problems when installing:

My Python 3.9.4 version
I had to change the requirements.txt to this

fire==0.3.1
numpy==1.19.3
opencv_python==4.5.2.52
opencv_contrib_python==4.5.2.52
Pillow==8.2.0
PyQt5==5.15.4

Then also I had to install opencv-python-headless because of : Could not load the Qt platform plugin “xcb” in “” even though it was found

Installing this resolved the issue and opened paspartu

pip install opencv-python-headless

Then everything worked as expected, the only thing is I miss a close button?

Screenshot_2021-05-20_13-33-59

@dnmca
Copy link
Owner

dnmca commented May 20, 2021

It should close with X button in the upper right corner.
It's missing, because I've hard coded the window size, and it's larger than your screen resolution.
I'll try to make it fit into host screen size.

@boban-dj
Copy link
Author

@dnmca, I changed the windows size, but the close buttons does not appear. Its probably because I have i3 as windowsmanager. I am not so familiar with Qt5, maybe it is possible to add next to Open and Save button?
thanks anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants