This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
Implement WSafeLineEdit
#67
Labels
new widget
Issue related to the implementation of a new widget
Milestone
Like
LineEdit
but with some modes that check if input can be transformed into a number. If it can be, it sends one signal, else, it sends another.This is a middle point between
LineEdit
andWFilteredLineEdit
that might be more reliable (less bugs and easier to implement).The text was updated successfully, but these errors were encountered: