mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-09-05 01:00:20 +02:00
789b98f8920d2302f7ca198ceb6bc50619d5a05a
* Update changelog to ingnore virtual environment * wip * wip * Working animation * WIP Implement tests * All tests are passing * convert to camalCase * Change function name to match functionality * convert pyside to qtcompat * move animation utils to main module * remove seperators * protect util functions * add example * remove seperators from test file * suggestions * Passing tests and ability to initialize expansion * Ensure that the test will be passed in any screen resolution * replace quick functions with parameters * Update src/superqt/collapsible/_collapsible.py Fix initial text Co-authored-by: Talley Lambert <talley.lambert@gmail.com> * Update src/superqt/collapsible/_collapsible.py Remote WindowFlags to prevent compatiblity issue. Co-authored-by: Talley Lambert <talley.lambert@gmail.com> * merge internal expand and collapse into one function * Update src/superqt/collapsible/_collapsible.py * Update tests/test_collapsible.py Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
superqt!
"missing" widgets and components for PyQt/PySide
This repository aims to provide high-quality community-contributed Qt widgets and components for PyQt & PySide that are not provided in the native QtWidgets module.
Components are tested on:
- macOS, Windows, & Linux
- Python 3.7 and above
- PyQt5 (5.11 and above) & PyQt6
- PySide2 (5.11 and above) & PySide6
Widgets
Widgets include:
-
Range Slider (multi-handle slider)

- Labeled Sliders (sliders with linked spinboxes)


- Unbound Integer SpinBox (backed by python
int
)
Contributing
We welcome contributions!
Please see the Contributing Guide
Description
Languages
Python
100%