James Brock
James Brock
https://stackoverflow.com/questions/58526980/how-to-connect-mouse-clicked-signal-to-pyqtgraph-plot-widget
https://www.youtube.com/watch?v=9DnaHg4M_AM&ab_channel=Wanderson https://github.com/Wanderson-Magalhaes/Modern_GUI_PyDracula_PySide6_or_PyQt6
Does > make `on_click` at the button to callable, adding `lambda x:` before `self.set_state` solved the problem also solve the maximum recursion depth problem?
We have drop events in #83
> > Maybe we also need the other events, QDragEnterEvent, QDragMoveEvent, QDragLeaveEvent. > > Maybe they are luxury at first. :-) We have all those drop-related events now, the new...
Setting `QT_QPA_PLATFORM` is a workaround. ``` QT_QPA_PLATFORM=xcb python examples/tutorial.py ``` https://www.reddit.com/r/gnome/comments/140lacr/tip_how_to_get_proper_client_side_decorations_for/
> Perhaps I should add a 'tree' rather than a 'root'? This tree format could be nested or flattened as I have done below: Yes, exactly. re-wx is a [Model-View-Update](https://thomasbandt.com/model-view-update)...
`TreeCtrl` is going to be a very difficult component to wrap. Because really what we want to do is diffing and reconciliation on the tree. That's how we would avoid...
The `ComboBox` control deletes and re-creates all of its elements on every render. https://github.com/chriskiehl/re-wx/blob/70116d88658e9b73e3250e8243ca438474f94629/rewx/widgets.py#L273-L275
Here is a better explanation. ``` $ stack ghci --package http-conduit --package thyme > :module + Data.Thyme Data.Thyme.Clock.TAI Data.Thyme.Time.Core Network.HTTP.Conduit Data.ByteString.Lazy Control.Lens Data.AffineSpace > leapSecondTable Prelude.putStrLn $ unlines $ fmap...