You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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
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
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?
The text was updated successfully, but these errors were encountered: