Skip to content

yjg30737/pyqt-number-lineedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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