Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 261 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 261 Bytes

pyqt-number-lineedit

QLineEdit which allows only numeric input. Isn't that awesome!?

setComma(True) insert comma between numbers like 1,333,333... Isn't that awesome!?

Requirements

  • PyQt5 >= 5.8

Setup

python -m pip install pyqt-number-lineedit