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: 28 days ago
JSON representation
QLineEdit which can input number only
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-number-lineedit
- Owner: yjg30737
- License: mit
- Created: 2021-11-21T10:29:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T22:20:03.000Z (about 3 years ago)
- Last Synced: 2025-04-22T20:12:37.434Z (28 days ago)
- Topics: py37, pyqt, pyqt-examples, pyqt-tutorial, pyqt5, pyqt5-examples, qlineedit, qt, qt5
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`