qrangeslider

Implements a horizontal PyQt range slider widget
Download

qrangeslider Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Ryan Galloway
  • Publisher web site:
  • http://rsgalloway.com

qrangeslider Tags


qrangeslider Description

Implements a horizontal PyQt range slider widget qrangeslider is a Python library that implements a horizontal PyQt range slider widget.Installation: sudo easy_install qrangeslideror download the source and run sudo python setup.py installBasic Usage: >>> from qrangeslider import QRangeSlider >>> app = QtGui.QApplication(sys.argv) >>> slider = QRangeSlider() >>> slider.show() >>> app.exec_() Requirements: · Python


qrangeslider Related Software