Hi, I've got a question. In my program I have about 200 lineEdit's. And implementation of actionNew would be
Qt Code:
  1. lineEdit_number->clear();
To copy to clipboard, switch view to plain text mode 
for each other. Is any method to to this by one or few lines of code?