Hi, I need a QLineEdit control that forces user input in uppercase while editing, not after loosing the focus.
I'm trying different ways but each has side effects: - using the textEdited signal to make the text upper : bad behaviour if editing in the middle; - using a validator : dislike this solution because some QLineEdit have their validator. Is there a simple way? pm
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
