Hi I coded this connection, but I need to do this: float type = setBox(int)); How? thanks
Qt Code:
  1. connect(bgroup[i], SIGNAL(clicked(int)), this, SLOT(setBox(int)));
To copy to clipboard, switch view to plain text mode