Matthieu Dartiailh

Results 147 comments of Matthieu Dartiailh

Work on supporting for PySide2/6 have fixed this issue.

Here is what I get on my main screen with the popup view example: window notification target_pos=PyQt5.QtCore.QPoint(1160, 477) anchor_pos=PyQt5.QtCore.QPoint(200, 36) trial_pos=PyQt5.QtCore.QPoint(950, 431) trial_geo=PyQt5.QtCore.QRect(950, 431, 200, 36) geo=PyQt5.QtCore.QRect(950, 431, 200, 36)...

It appears I did a less than perfect job back in fded4b84 (before 0.12.0). I took the liberty to push a commit that appears to fix the issue. I wonder...

Thanks for testing ! so we keep both changes then. I will take care of the release notes later once #503 goes in. BTW could you have a look at...

I updated the title since I found more issues on Windows

From the top of my head, even if the Include does not destroy the widget it hides it. Show the widget when you add it back and you should be...

I also have a memory that this is related to qt behavior when a widget is unparented and not directly something enforced by enaml.

@gabrielcnr Could you confirm this is an issue with Qt5 on OSX ?

I have no experience with nuitka so I am not sure how much I can help. enaml files are converted upon import into valid Python bytecode that is then stored...

As I said you can obtain valid bytecode but I never tried to decompile it to source. Feel free to look into it.