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