Talley Lambert
Talley Lambert
Linking https://github.com/napari/napari/issues/3221 for reference, where I think we saw the same thing on qt 5.12
Thanks for checking. Just for the sake of completeness, could you give me the output of conda list?
Hi @ShirinNajdi, can you please paste your code here just to make sure we're addressing your exact issue?
thanks for the example... you need to give a layout to your central widget. (you've added a frame to the central_widgt, and a layout to the frame, but no layout...
ah! yes I can repeat it now, thanks. let me see what I can figure out.
nope sorry, this is essentially a bug. superqt uses stylesheets to color in the "bar" on sliders, I haven't yet figured out why that's conflicting with the background-color stylesheet that...
Looking good. I agree with all of @goanpeca's comments. I do think we should think carefully about the API, giving each public method some scrutiny, possibly renaming. Also, would want...
another general comment here. I think if we're going to put this in superqt, we should "own" it so to speak, and not put it in `_vendor` (though _do_ include...
looks like tests need pandas to run. Chatted with @goanpeca about this. Let's add an extra to `setup.cfg` called `table` or `dataframe` or something, and add the pandas dependency to...
thanks @ppwadhwa ... couple questions: 1. `valueChanged = Signal(pd.DataFrame)` - will this collect and emit the entire data frame every time any single cell changes? If so, are there any...