You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@The-Compiler Yes, agreed. Could we add a list of pytest-qt features that are not working properly due to Qt bugs to the documentation? So far I've seen 2:
mouseClick not working in PyQt5, but fixed in PyQt6: QTBUG-5232
Clicking away from activated menu does not close it: QTBUG-104075
This would be very helpful to developers using pytest-qt.
System
OS: Windows 10
Python: 3.8.10
Qt: PySide6
pytest-qt: 4.0.2
Problem
After clicking a
QMenuBar
item, clicking away from the menu does not close it when usingqtbot
.MRE
myproj/main.py
tests/test_window.py
Result
The text was updated successfully, but these errors were encountered: