Hi

thre is a Check Box (object of QChecjBox). I want to change it's name and set my desired name by typing.
for example i have this:

Qt Code:
  1. ch.setText("hi");
  2. ch.show();
To copy to clipboard, switch view to plain text mode 

now i need when "ch" is showing, change it's name by clicking 2 times on it. I think I must create SIGNAL and SLOT for this.
Thanks for any help