S. Chris Colbert
S. Chris Colbert
I'd prefer to open a new discussion on fixing Field. It leaves a lot to be desired - a good validation model being part of that. What do you think?
For my own personal notes: Declaring the alias after the full definition of the `PushButton` would work, as would using a simple `enamldef` for the button to encapsulate the `bar`...
Frameless full-screen is not something provided by the Enaml API. Not for any particular reason, there's just never been a request for it until now.
Duplicate of #108
Please make a minimal example that reproduces the error. The behavior you describe does not sound correct. On Mon, Sep 9, 2019, 7:01 PM K3nn3th2 wrote: > as stated, i...
We haven't enabled generic mouse handling on all widgets. This was done primarily to save people from writing spaghetti code applications. You can use a `RawWidget` and work with the...
I tested this feature extensively on Windows with a three screen setup when I wrote it. It may be something wonky with your Linux setup. On Wed, Jul 20, 2022...
There's lots of bugs with Qt4's hidpi scaling on OSX. Even more troublesome are the hacks I had to use for thing like DockArea to make it user-stylable. The Qt...
My stance on this is going to be, if it works in PyQt but segfaults in PySide, it's a PySide issue until there is evidence otherwise. I really don't have...
As an additional data point, this probably the same issue that occurs when you select a checkable menu item and close the window. That also reliably segfaults on PySide.