QtRangeSlider | Multi-handle range slider widget for PyQt/PySide

 by   tlambert03 Python Version: 0.1.5rc0 License: BSD-3-Clause

kandi X-RAY | QtRangeSlider Summary

kandi X-RAY | QtRangeSlider Summary

QtRangeSlider is a Python library. QtRangeSlider has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install QtRangeSlider' or download it from GitHub, PyPI.

The goal of this package is to provide a Range Slider (a slider with 2 or more handles) that feels as "native" as possible. Styles should match the OS by default, and the slider should behave like a standard QSlider... but with multiple handles!.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              QtRangeSlider has a low active ecosystem.
              It has 28 star(s) with 6 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 2 have been closed. On average issues are closed in 6 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of QtRangeSlider is 0.1.5rc0

            kandi-Quality Quality

              QtRangeSlider has 0 bugs and 0 code smells.

            kandi-Security Security

              QtRangeSlider has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              QtRangeSlider code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              QtRangeSlider is licensed under the BSD-3-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              QtRangeSlider releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 1682 lines of code, 130 functions and 18 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed QtRangeSlider and discovered the below as its top functions. This is intended to give you an instant insight into QtRangeSlider implemented functionality, and help decide if they suit your requirements.
            • Handle mouse press events
            • Converts a pixel value to a range value
            • Set the slider position
            • Calculate a slider value from a range
            • Draws the slider
            • Draws the bar chart
            • Parse color
            • Returns the rect of the slider
            • Sets the edge label mode
            • Set EdgeLabel mode
            • Return the QRect corresponding to handle_index
            • Reposition the labels
            • Overrides Qt method
            • Creates a new hover control
            • Updates the hover rectangle
            • Called when value changes
            • Sets the value of the edge label
            • Set the label position
            • Set the orientation of the slider
            • Update hover
            • Execute scroll operation
            • Set the offset of the button
            • Handle mouse move event
            • Handles mouseMoveEvent
            • Set the minimum value of the slider
            • Update the value of the maximum value
            Get all kandi verified functions for this library.

            QtRangeSlider Key Features

            No Key Features are available at this moment for QtRangeSlider.

            QtRangeSlider Examples and Code Snippets

            QtRangeSlider,Installation
            Pythondot img1Lines of Code : 6dot img1License : Permissive (BSD-3-Clause)
            copy iconCopy
            pip install qtrangeslider
            
            # NOTE: you must also install a Qt Backend.
            # PyQt5, PySide2, PyQt6, and PySide6 are supported
            # As a convenience you can install them as extras:
            pip install qtrangeslider[pyqt5]
              
            QtRangeSlider,API
            Pythondot img2Lines of Code : 5dot img2License : Permissive (BSD-3-Clause)
            copy iconCopy
            from qtrangeslider import QRangeSlider
            
            # as usual:
            # you must create a QApplication before create a widget.
            range_slider = QRangeSlider()
              
            QtRangeSlider,API,value: Tuple[int, ...]
            Pythondot img3Lines of Code : 3dot img3License : Permissive (BSD-3-Clause)
            copy iconCopy
            range_slider.value() -> Tuple[int, ...]
            
            range_slider.setValue(val: Sequence[int]) -> None
            
            valueChanged(Tuple[int, ...])
              

            Community Discussions

            No Community Discussions are available at this moment for QtRangeSlider.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install QtRangeSlider

            You can install QtRangeSlider via pip:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install QtRangeSlider

          • CLONE
          • HTTPS

            https://github.com/tlambert03/QtRangeSlider.git

          • CLI

            gh repo clone tlambert03/QtRangeSlider

          • sshUrl

            git@github.com:tlambert03/QtRangeSlider.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link