Qt Code:
  1. What does "emit" do?
To copy to clipboard, switch view to plain text mode 
you can call the signal also without using the "emit" .
It's just syntactical sugar.

Cheers