Hi,

It would like that my QTexEdit is in UpperCase more does not function as the QLineEdit.

QLineEdit functions OK

txtLineEdit->setValidator(new MyClassUpperCase(this));

But this does not function for a QTextEdit.

Ederson de Moura