Thanks Wysota, I didn't saw the answer before

This works well !

I had reimplemented the slots that could be set with the QtDesigner and I made an error.
I set the home_button to perform
Qt Code:
  1. my_text_box->home();
To copy to clipboard, switch view to plain text mode 
Certainly should I set :
Qt Code:
  1. my_text_box->setSource(home());
To copy to clipboard, switch view to plain text mode