Hi, i coded this; it happend a strange thing: buttongroup contan several checkboxes
when I check one, the SLOT is called; but when I uncheck one, the SLOT is called twice...
Is there a QT reason for this? thanks
Qt Code:
connect(lightd->buttonGroupLL, SIGNAL(clicked(int)), this, SLOT(activeTabLight(int)));To copy to clipboard, switch view to plain text mode
Bookmarks