Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-number-lineedit
- Owner: yjg30737
- License: mit
- Created: 2021-11-21T10:29:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T22:20:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T11:12:38.936Z (4 months 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`