Results 213 issues of Antony Lee

I know that the docs state a dependency on > virtualenv, 1.10 or later (this is true even with Python 3.3, where virtualenv is included as venv, since venv is...

idea

... and make sure that tests fail if the warning is emitted. Closes #35.

**Describe the bug** On PyQt, widget properties can be set via constructor kwargs. Unfortunately, QRangeSlider silently drops these kwargs instead. **To Reproduce** Steps to reproduce the behavior: ```python from PyQt6...

bug