Ok, so I create slot:
Qt Code:
  1. void MainWindow::on_actionAbout_triggered()
  2.  
  3. {
  4.  
  5. OtherDialog dlg( this );
  6.  
  7. dlg.exec();
  8.  
  9. }
To copy to clipboard, switch view to plain text mode 
And, what's the next step?