之一
之一
A more concise way: ```python def eventFilter(self, obj, e: QEvent): if e.type() == QEvent.Type.Wheel: # Check if the vertical scroll is at its limit verticalAtEnd = (e.angleDelta().y() < 0 and...
At present, the feature of manually adjusting the interface zoom has been realized
> 另外,HTTP/2.0 需要经过经典的 TCP 三次握手过程(一般是 3 个 RTT) 这里有点疑惑,不应该是 1.5 个 RTT 吗
感谢解答
应该是因为 `InfoBar` 对象被销毁了,而 `InfoBarManager` 没有及时移除对象导致的。讲道理 `InfoBar.closeEvent()` 里面会发出一个信号让 `InfoBarManager` 移除自己,不知道为什么这个信号没有发出去
> 我也有偶尔遇见过,在pyside6上尤为严重,几乎100%复现且偶尔会出现infobar错位,已经开始怀疑是自己的问题了 我的 pyside6 不会这样,用的 6.4.2
应该是 `qfluentwidgets/common/smooth_scroll.py` 的 `SmoothScroll.wheelEvent` 的锅,具体原因需要再排查一下
不好意思忘记回了,上周测试了效果不错,之后有空可以加上
无法复现,可能是操作系统的问题