Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yjg30737/pyqt-number-lineedit

QLineEdit which can input number only
https://github.com/yjg30737/pyqt-number-lineedit

py37 pyqt pyqt-examples pyqt-tutorial pyqt5 pyqt5-examples qlineedit qt qt5

Last synced: about 2 months ago
JSON representation

QLineEdit which can input number only

Awesome Lists containing this project

README

        

# 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`