I added 2 Push buttons in ui like this qtt.jpg

i added a slot for button "CLICK",

Qt Code:
  1. void MainWindow::on_pushButton_clicked()
  2. {
  3.  
  4. }
To copy to clipboard, switch view to plain text mode 

when i click on this button "CLICK" i want the button's "BUTTON" text to be changed to "CLICKED".
How can i do that ?