update readme

This commit is contained in:
Talley Lambert
2021-04-24 12:37:10 -04:00
parent 4ee3707a1b
commit ec0ad811b6
3 changed files with 15 additions and 9 deletions

View File

@@ -1,8 +1,6 @@
from pyqrangeslider import QRangeSlider
from pyqrangeslider.qtcompat import API_NAME
from pyqrangeslider.qtcompat.QtWidgets import QApplication
print(API_NAME)
app = QApplication([])
slider = QRangeSlider()