frmdstryr

Results 96 comments of frmdstryr

I haven't messed with this in a while but for the TreeView you should be able to use a ContainerList and windowing technique (see the table view example). You might...

It needs updated to listen to these signals. https://doc.qt.io/qt-5/qtreeview.html#signals You can use the proxy directly

If I remember correctly the signals need setup to do this, I don't remember if it was a feature flag that needs set for it to trigger the changes. See...

See https://doc.qt.io/qt-5/qgraphicsitem.html#itemChange Edit: I think there's a bug in https://github.com/frmdstryr/enamlx/blame/master/enamlx/qt/qt_graphics_view.py#L945, it should be `if change == `

Thanks for looking into it, it sounds like each widget needs to be subclassed and the flag explicitly enabled.

Without any code its hard to tell but its most likely trying to load a ref that was already destroyed.

Is there a reason for not just using the TableViewItem's `text` ?

Use `horizontal_stretch = False` to prevent the last column expanding. If you want to use specific widths you need to set `resize_mode='custom'` (or `'fixed'`) then use qt's api on the...

Thanks for reporting this. I pushed a fix, can you please give it a try?

Yes, please create a separate issue for each. Thanks!