Matthieu Dartiailh

Results 147 comments of Matthieu Dartiailh

Tests for templates are still missing but is this otherwise ready for review ?

Looking a bit at the compiler it looks like currently the information we would need is discarded. I will try to dig deeper later. Also I am wondering if we...

I have not forgotten about this but I am swamped at the moment (with bytecode for 3.11 and hence enaml for 3.11 at the moment).

I don't think it is currently possible. But it may be worth looking into it. I must say I do not know how to implement that on the Qt side.

I believe this is not possible at the moment. You could define your own widget taking care of it, but that means writing some Qt specific code. However this is...

Thinking a bit about it and discussing with @sccolbert, we came to wonder what is your use case for capturing key press and if it cannot be solved in a...

@cbrown1 I am kind of confused because in usual GUI system, if the widget that has focus handle the key event it will never bubble up to its parent (http://doc.qt.io/qt-5/qkeyevent.html)....

In this case I believe that @frmdstryr solution would work with a single KeyEvent on the container since the children do not capture the key press (he needs multiple because...

Calling the maximize method should do the trick.