PDA

View Full Version : clearing all textboxes on a form



saff
5th December 2010, 16:45
is it possible to clear all the texxtboxes on a form qith a for each statement?

saff

wysota
5th December 2010, 17:56
Yes, of course. You just need to have (or query Qt for it using QObject::findChildren()) a list of all text boxes on your form.