Qt Code:
void mySlot() { if (b) { if (b == button1) { //button1 SIGNAL()ed } else if (b == button2) { //button2 SIGNAL()ed } } }To copy to clipboard, switch view to plain text mode
Qt Code:
void mySlot() { if (b) { if (b == button1) { //button1 SIGNAL()ed } else if (b == button2) { //button2 SIGNAL()ed } } }To copy to clipboard, switch view to plain text mode
Bookmarks