I added 2 Push buttons in ui like this qtt.jpg
i added a slot for button "CLICK",
Qt Code:
void MainWindow::on_pushButton_clicked() { }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 ?
Bookmarks