pyqt-number-lineedit

QLineEdit which allows only numeric input


Keywords
py37, pyqt, pyqt-examples, pyqt-tutorial, pyqt5, pyqt5-examples, qlineedit, qt, qt5
License
MIT
Install
pip install pyqt-number-lineedit==0.0.1

Documentation

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

pip3 install git+https://github.com/yjg30737/pyqt-number-lineedit.git --upgrade