Talley Lambert

Results 870 comments of Talley Lambert

this appears to be inactive. Will close soon unless instructed otherwise.

yep, we need docs. See also #15.

closed by #124, see https://napari.org/superqt/

Thanks, I was able to reproduce this on PyQt5-5.15.6 and pyside2-5.15.2.1, but interestingly it works fine on PyQt6-Qt6-6.2.3 and pyside6-6.2.4 ... I went back and this has been there since...

Was not able to reproduce on macOS 10.15 (catalina), so at this point, it appears to be specific to macos >= 11 and Qt < 6

doing some more research on this... it appears to be a bug with Qt itself on monterey: https://bugreports.qt.io/browse/QTBUG-98093 also described here: https://stackoverflow.com/questions/69890284/qslider-in-qt-misbehaves-in-new-macos-monterey-v12-0-1-any-workaround/69890285#69890285 it also looks like using a custom style...

Thanks, yeah those are definitely flaky tests. Need to come up with a better way to know expectations. I suspect we can use pixel metrics and stuff, but it was...

`valueChanged`? if that's not what you're looking for, tell me what you tried, and what behavior specifically you're looking for

Thanks, yes the range slider does rely on a few internal styles (though, I would have expected it to affect mostly the inner bar color, not the handles themselves, unless...