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
{{ message }}
This repository was archived by the owner on Oct 20, 2020. It is now read-only.
I just have a try to your project and it seems to work very well except for one thing. I tried to launch the simple example and found that I can't dock again a windows if it was undocked using mouse move.
I just launched the simple example and undock the top widget by clicking on it with left mouse button and moving it away from the main window. Then I tried to dock it again in the upper part of the main window.
Here is the log: mousemove.txt
Then I did the same thing by double clicking in the title of the top widget and dock it again.
It works by doing like this. Here is the log: doubleclick.txt
I am using python 3.7 and PyQt5 on Windows 7 64 bits.