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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file qrangeslider-0.1.1.tar.gz
.
File metadata
- Download URL: qrangeslider-0.1.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc8a3bd97fb2dce7a60854bc0ad2c84b70d3a94522ff99a3a85d26a78ae96864 |
|
MD5 | 3734635e571a7cc71930130b87dd8951 |
|
BLAKE2b-256 | 52ca8696fc32bad8eff815a0d9d84f9e37579bc008309e85290b528206d2255a |