more readme

This commit is contained in:
Talley Lambert
2021-04-24 23:35:43 -04:00
parent 9fde133977
commit 487921c791
7 changed files with 94 additions and 25 deletions

View File

@@ -4,8 +4,7 @@ from qtrangeslider.qtcompat.QtWidgets import QApplication
app = QApplication([])
slider = QRangeSlider()
slider.setMinimum(0)
slider.setMaximum(100)
slider.setValue((20, 80))
slider.show()