Hi,
I want to disable my button on the click of it ...so i wrote this but it doesnt seem to work...
Qt Code:
  1. connect(navigate->recordButton,SIGNAL(clicked()),this,SLOT(setDisabled(TRUE)));
To copy to clipboard, switch view to plain text mode 
i am surprised ..why ?