I can use listLayout add() item and remove() item good, but I don't knowhow to get selected item number on callBackHandler()?Have any example for me to study ?void Screen2View::callBackHandler(CustomContainer2 & cc_1){ listLayout1.remove(cc_1); inv...