Skip to main content

The QRangeSlider class implements a horizontal PyQt range slider widget.

Project description

QRangeSlider

Thu Apr 28 00:08:07 PDT 2011

1 Overview

The QRangeSlider class implements a horizontal PyQt range slider widget.

  • README this file

  • LICENSE the license under which QRangeSlider is released

  • qrangeslider.py qrangeslider python module

  • examples.py some usage examples

2 Installation

$ sudo easy_install qrangeslider

or download the source and run

$ sudo python setup.py install

3 Basic Usage

>>> from qrangeslider import QRangeSlider
>>> app = QtGui.QApplication(sys.argv)
>>> slider = QRangeSlider()
>>> slider.show()
>>> app.exec_()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qrangeslider-0.1.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page