PDA

View Full Version : QTableView question



waynew
25th June 2011, 17:19
I have a table view with a delegate on a cell to make entered text uppercase. It works ok, stores the data into the database in uppercase, but I am wondering if there is a way that I can make the text uppercase as it is typed.

Rachol
25th June 2011, 17:51
if you are using QLineEdit take a look at setMask(..) method. Other thing you can check is setValidator(..).