fix: fix a number of issues with Labeled and Range Sliders, add LabelsOnHandle mode. (#242)

* fix: remove processEvents

* merge in fixes

* remove comment

* fix hint

* fix napari

* change pyqt6

* fix: fix range slider styles
This commit is contained in:
Talley Lambert
2024-05-06 17:43:53 -04:00
committed by GitHub
parent 12f10be8da
commit ba495a5e72
6 changed files with 91 additions and 41 deletions

View File

@@ -32,7 +32,7 @@ jobs:
exclude:
# Abort (core dumped) on linux pyqt6, unknown reason
- platform: ubuntu-latest
backend: "'PyQt6<6.6'"
backend: pyqt6
# lack of wheels for pyside2/py3.11
- python-version: "3.11"
backend: pyside2
@@ -52,7 +52,7 @@ jobs:
backend: "'pyside6!=6.6.2'"
- python-version: "3.12"
platform: macos-latest
backend: "'PyQt6<6.6'"
backend: pyqt6
# legacy Qt
- python-version: 3.8
platform: ubuntu-latest