mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-05 20:01:28 +01:00
more readme
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user