hi wysota,
thnks fr ur reply
I suggest you do that experiment as well, BalaQT.
i tried and following are the outputs.
when i try
disconnect(btn[0],0,0,0); //disconnect single buttons
sigMap->disconnect(); //disconnect all signals from sigMap
disconnect(btn[0],0,0,0); //disconnect single buttons
sigMap->disconnect(); //disconnect all signals from sigMap
To copy to clipboard, switch view to plain text mode
@Tomasz: should I use disconnect() to disconnect all signals (from created buttons) from slots.
so to disconnect all signals , use sigMap->disconnect();
Bala
Bookmarks